1994-12-05 01:49:10 +00:00
|
|
|
# New ports collection Makefile for: rxvt
|
1999-10-25 02:36:35 +00:00
|
|
|
# Version required: 2.7.1
|
1996-12-08 02:31:59 +00:00
|
|
|
# Date created: 5th December 1994
|
|
|
|
# Whom: gpalmer@FreeBSD.org
|
1994-12-05 01:49:10 +00:00
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1994-12-05 01:49:10 +00:00
|
|
|
#
|
1999-10-25 18:03:20 +00: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-05 01:49:10 +00:00
|
|
|
|
1999-10-25 02:36:35 +00:00
|
|
|
DISTNAME= rxvt-2.7.1
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= x11
|
1999-06-08 22:10:41 +00:00
|
|
|
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
|
|
|
|
ftp://mason.primenet.com.au/pub/rxvt/ \
|
1999-08-18 19:30:48 +00:00
|
|
|
${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= X11/terms
|
1999-04-13 06:33:08 +00:00
|
|
|
|
1999-06-22 23:51:41 +00:00
|
|
|
MAINTAINER= andrews@technologist.com
|
1994-12-05 01:49:10 +00:00
|
|
|
|
1999-08-24 03:45:17 +00:00
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-12-08 02:31:59 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-08-24 03:45:17 +00:00
|
|
|
CONFIGURE_ARGS= --enable-utmp --enable-wtmp \
|
|
|
|
--with-xpm --enable-xpm-background --enable-transparency
|
1999-02-22 03:09:37 +00:00
|
|
|
USE_BZIP2= yes
|
1996-12-08 02:31:59 +00:00
|
|
|
MAN1= rxvt.1
|
1994-12-05 01:49:10 +00:00
|
|
|
|
1999-09-02 03:23:54 +00:00
|
|
|
post-install:
|
|
|
|
@${CHMOD} 4711 ${PREFIX}/bin/rxvt
|
|
|
|
|
1994-12-05 01:49:10 +00:00
|
|
|
.include <bsd.port.mk>
|