openbsd-ports/x11/rxvt/Makefile

22 lines
524 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 1999/10/31 18:47:40 brad Exp $
1998-05-19 01:59:50 -04:00
1999-08-21 12:23:56 -04:00
DISTNAME= rxvt-2.6.1
CATEGORIES= x11
1999-08-07 04:26:38 -04:00
MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \
1999-08-21 12:23:56 -04:00
ftp://mason.primenet.com.au/pub/rxvt/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/terms
1998-05-19 01:59:50 -04:00
1999-08-21 12:23:56 -04:00
MAINTAINER= jasoni@openbsd.org
1998-05-19 01:59:50 -04:00
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
--with-xpm --enable-xpm-background --enable-transparency \
--enable-xgetdefault --with-term="rxvt"
post-install:
@chmod 4755 ${PREFIX}/bin/rxvt
1998-05-19 01:59:50 -04:00
.include <bsd.port.mk>