summaryrefslogtreecommitdiff
path: root/x11-toolkits/neXtaw/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-01-20 07:15:18 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-01-20 07:15:18 +0000
commitdb190ba6ac76a90ebfa8c93c9bd5a3fe66112f39 (patch)
tree8f2f8287507dd44cf6172fef6914bbb655c6f530 /x11-toolkits/neXtaw/Makefile
parentUpgrade to 0.58 PL15 (diff)
Import of neXtaw, a replacement for Xaw which adds a NEXTSTEP look.
Notes
Notes: svn path=/head/; revision=5393
Diffstat (limited to 'x11-toolkits/neXtaw/Makefile')
-rw-r--r--x11-toolkits/neXtaw/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-toolkits/neXtaw/Makefile b/x11-toolkits/neXtaw/Makefile
new file mode 100644
index 000000000000..b207be2e8726
--- /dev/null
+++ b/x11-toolkits/neXtaw/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: neXtaw
+# Version required: 0.5
+# Date created: 16 January 1997
+# Whom: Thomas Gellekum <tg@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= neXtaw-0.5
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= Incoming
+
+MAINTAINER= tg@FreeBSD.ORG
+
+USE_IMAKE= yes
+
+post-extract:
+ @${RM} -rf ${WRKSRC}/X11
+
+post-install:
+ /sbin/ldconfig -m ${PREFIX}/lib
+
+.include <bsd.port.mk>