18 lines
404 B
Makefile
18 lines
404 B
Makefile
# $OpenBSD: Makefile,v 1.3 1999/04/23 15:52:11 brad Exp $
|
|
|
|
DISTNAME= rxvt-2.4.11
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://babayaga.math.fu-berlin.de/rxvt/
|
|
|
|
MAINTAINER= jasoni@openbsd.org
|
|
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
# Various compile time options you may want to configure.
|
|
#CONFIGURE_ARGS+= --enable-utmp \
|
|
# --enable-wtmp \
|
|
# --enable-xpm-background \
|
|
# --enable-menubar
|
|
|
|
.include <bsd.port.mk>
|