[Midnightbsd-cvs] mports: Makefile: For non commercial use only (free).

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun May 11 10:38:58 EDT 2008


Log Message:
-----------
For non commercial use only (free).

Change distfile location.

Setup xorg depends properly.

Modified Files:
--------------
    mports/graphics/xv:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/xv/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L graphics/xv/Makefile -L graphics/xv/Makefile -u -r1.2 -r1.3
--- graphics/xv/Makefile
+++ graphics/xv/Makefile
@@ -8,9 +8,9 @@
 
 PORTNAME=	xv
 PORTVERSION=	3.10a
-PORTREVISION=	7
+PORTREVISION=	8
 CATEGORIES+=	graphics
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	${MASTER_SITE_FREEBSD_LOCAL}
 MASTER_SITE_SUBDIR=	../distfiles/xv
 # Workaround: pdf.patch, mp-tiff-patch, and xv-png-1.2d.patch must be fetched
 #		from MASTER_SITE_LOCAL.
@@ -30,12 +30,14 @@
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT?=	An X11 program that displays images of various formats
+LICENSE=	restricted
+# non commericial use only
 
 LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff \
 		png.5:${PORTSDIR}/graphics/png
 
-USE_XLIB=	yes
+USE_XORG=	xext x11 xt
 USE_IMAKE=	yes
 USE_PERL5_BUILD=yes
 .if !defined(NOMAN)


More information about the Midnightbsd-cvs mailing list