summaryrefslogtreecommitdiff
path: root/x11/rxvt-unicode/Makefile
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1994-12-05 01:49:10 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1994-12-05 01:49:10 +0000
commit45ea0ecd8f7e5fce58435427f505c9c5d16f894e (patch)
tree83d5c5ad2f01b1c31cd07293301aa4f11a92fc25 /x11/rxvt-unicode/Makefile
parentRemove WRKSRC, unneded now (diff)
rxvt - miniature xterm clone.
Notes
Notes: svn path=/head/; revision=527
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r--x11/rxvt-unicode/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile
new file mode 100644
index 000000000000..2ee9f56a6758
--- /dev/null
+++ b/x11/rxvt-unicode/Makefile
@@ -0,0 +1,21 @@
+# New ports collection Makefile for: rxvt
+# Version required: 2.09
+# Date created: 5th December 1994
+# Whom: gpalmer@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= rxvt-2.09
+USE_IMAKE= yes
+INSTALL_MANPAGES= yes
+WRKSRC= ${WRKDIR}/rxvt
+PREFIX= /usr/X11R6/bin
+MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/
+
+# Get rid of the rclock directory until I can figure out how to patch
+# that up also and make it!
+pre-configure:
+ @/bin/rm -rf ${WRKDIR}/rclock
+
+.include <bsd.port.mk>