1994-12-04 20:49:10 -05:00
|
|
|
# New ports collection Makefile for: rxvt
|
1996-12-07 21:31:59 -05:00
|
|
|
# Date created: 5th December 1994
|
|
|
|
# Whom: gpalmer@FreeBSD.org
|
1994-12-04 20:49:10 -05:00
|
|
|
#
|
1999-08-30 22:51:23 -04:00
|
|
|
# $FreeBSD$
|
1994-12-04 20:49:10 -05:00
|
|
|
#
|
1999-10-25 14:03:20 -04:00
|
|
|
# If possible, please consider updating the simple ports/x11-clocks/rclock
|
|
|
|
# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use
|
|
|
|
# the same distfile.
|
1994-12-04 20:49:10 -05:00
|
|
|
|
2000-04-13 15:19:05 -04:00
|
|
|
PORTNAME= rxvt
|
|
|
|
PORTVERSION= 2.7.3
|
1996-11-18 06:44:27 -05:00
|
|
|
CATEGORIES= x11
|
1999-06-08 18:10:41 -04:00
|
|
|
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
|
|
|
ftp://mason.primenet.com.au/pub/rxvt/ \
|
1999-08-18 15:30:48 -04:00
|
|
|
${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/terms
|
1999-04-13 02:33:08 -04:00
|
|
|
|
2000-03-21 20:59:41 -05:00
|
|
|
MAINTAINER= will@FreeBSD.org
|
1994-12-04 20:49:10 -05:00
|
|
|
|
1999-08-23 23:45:17 -04:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
1998-08-05 05:31:52 -04:00
|
|
|
USE_X_PREFIX= yes
|
1996-12-07 21:31:59 -05:00
|
|
|
GNU_CONFIGURE= yes
|
1999-08-23 23:45:17 -04:00
|
|
|
CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
|
|
|
|
--with-xpm --enable-xpm-background --enable-transparency
|
1999-02-21 22:09:37 -05:00
|
|
|
USE_BZIP2= yes
|
1996-12-07 21:31:59 -05:00
|
|
|
MAN1= rxvt.1
|
1994-12-04 20:49:10 -05:00
|
|
|
|
1999-09-01 23:23:54 -04:00
|
|
|
post-install:
|
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
|
|
|
|
|
1994-12-04 20:49:10 -05:00
|
|
|
.include <bsd.port.mk>
|