[Midnightbsd-cvs] mports: Makefile: set freedom status
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 20 16:37:47 EDT 2008
Log Message:
-----------
set freedom status
Modified Files:
--------------
mports/x11/rxvt:
Makefile (r1.5 -> r1.6)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/rxvt/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -L x11/rxvt/Makefile -L x11/rxvt/Makefile -u -r1.5 -r1.6
--- x11/rxvt/Makefile
+++ x11/rxvt/Makefile
@@ -11,12 +11,13 @@
PORTNAME= rxvt
PORTVERSION= 2.6.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES+= x11
MASTER_SITES= SF
MAINTAINER= ports at MidnightBSD.org
COMMENT= A low memory usage xterm replacement that supports color
+LICENSE= gpl2
OPTIONS= XIM "XIM (X Input Method) protocol support" On \
XGETDEFAULT "Enable XGetDefault() resource checking" Off \
@@ -30,13 +31,12 @@
XTERM_SCROLLBAR "Enable Xterm'ish scrollbars" Off \
CLEARTEXTPASSWD "Use cleartext passwords" Off
-USE_XLIB= yes
-USE_XPM= yes
+USE_XORG= xpm
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
+CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-ttygid \
--with-xpm --enable-xpm-background --enable-transparency \
- --with-xpm-includes=${X11BASE}/include/X11 \
- --with-xpm-library=${X11BASE}/lib
+ --with-xpm-includes=${LOCALBASE}/include/X11 \
+ --with-xpm-library=${LOCALBASE}/lib
MAN1= rxvt.1
PLIST_FILES= bin/rxvt
More information about the Midnightbsd-cvs
mailing list