[Midnightbsd-cvs] mports: Makefile: clean up to work better with slave ports.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Sun Apr 13 17:52:47 EDT 2008
Log Message:
-----------
clean up to work better with slave ports.
license.
Modified Files:
--------------
mports/x11-toolkits/vte:
Makefile (r1.3 -> r1.4)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/vte/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L x11-toolkits/vte/Makefile -L x11-toolkits/vte/Makefile -u -r1.3 -r1.4
--- x11-toolkits/vte/Makefile
+++ x11-toolkits/vte/Makefile
@@ -9,13 +9,14 @@
PORTNAME= vte
PORTVERSION= 0.16.12
PORTREVISION?= 0
-CATEGORIES= x11-toolkits gnome
+CATEGORIES?= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
DIST_SUBDIR= gnome2
-MAINTAINER= ports at MidnightBSD.org
-COMMENT= Terminal widget with improved accessibility and I18N support
+MAINTAINER?= ports at MidnightBSD.org
+COMMENT?= Terminal widget with improved accessibility and I18N support
+LICENSE?= lgpl
USE_BZIP2= yes
@@ -27,12 +28,12 @@
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
-USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack referencehack
+USE_GNOME?= gnomeprefix gnomehack gtk20 ltverhack referencehack
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
BSD_PTHREAD_LIBS="${PTHREAD_LIBS}"
-CONFIGURE_ARGS= --disable-python \
- --disable-freetypetest
+CONFIGURE_ARGS?= --disable-python \
+ --disable-freetypetest
.if !defined(MASTERDIR)
OPTIONS= GLX "Enable support for DRI/GLX rendering" off
More information about the Midnightbsd-cvs
mailing list