diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-12-29 23:14:09 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2007-12-29 23:14:09 +0000 |
commit | b2d37ed4d62973789f1ef4051ffad00322afca82 (patch) | |
tree | feeae37d2768ac236b82bc64bddbcf98e1ded0cd /x11/rxvt/Makefile | |
parent | db85353da0551b989dcb0266782bc768fb7db191 (diff) | |
download | ports-b2d37ed4d62973789f1ef4051ffad00322afca82.tar.gz ports-b2d37ed4d62973789f1ef4051ffad00322afca82.zip |
Notes
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index f07e71cead2a..a711590a8056 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -12,17 +12,11 @@ PORTNAME= rxvt PORTVERSION= 2.6.4 PORTREVISION= 3 CATEGORIES+= x11 -MASTER_SITES= \ - http://public.planetmirror.com/pub/rxvt/%SUBDIR%/ \ - http://slackware.osuosl.org/slackware-8.1/source/xap/rxvt/ \ - ftp://ftp.fu-berlin.de/unix/X11/terms/rxvt/%SUBDIR%/ -MASTER_SITE_SUBDIR= . old devel +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A low memory usage xterm replacement that supports color -FETCH_DEPENDS= wget:${PORTSDIR}/ftp/wget - USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -30,17 +24,9 @@ CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ --with-xpm --enable-xpm-background --enable-transparency \ --with-xpm-includes=${X11BASE}/include/X11 \ --with-xpm-library=${X11BASE}/lib -USE_BZIP2= yes MAN1= rxvt.1 PLIST_FILES= bin/rxvt -# fetch(1) is misbehaving with these MASTER_SITES -FETCH_CMD= ${LOCALBASE}/bin/wget -FETCH_REGET= 0 -DISABLE_SIZE= yes -FETCH_BEFORE_ARGS= -FETCH_AFTER_ARGS= - # enable big5 support .if defined(WITH_BIG5) CONFIGURE_ARGS+= --enable-big5 |