summaryrefslogtreecommitdiff
path: root/x11/Xaw3d/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-12-29 02:22:39 +0000
committerhubertf <hubertf@pkgsrc.org>1997-12-29 02:22:39 +0000
commit92b9d87a235d0f9db6c1ed15805fc7907a7d9276 (patch)
treee7d8c082c136efa9a9e7fb0abb45acd0ae1b66c3 /x11/Xaw3d/Makefile
parentf0a802d447ecc6a4bf6a48fcd82723521fc1fbb7 (diff)
downloadpkgsrc-92b9d87a235d0f9db6c1ed15805fc7907a7d9276.tar.gz
3-D widgets based on the Athena Widget set
Taken from FreeBSD.
Diffstat (limited to 'x11/Xaw3d/Makefile')
-rw-r--r--x11/Xaw3d/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11/Xaw3d/Makefile b/x11/Xaw3d/Makefile
new file mode 100644
index 00000000000..c7aedd44326
--- /dev/null
+++ b/x11/Xaw3d/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: Xaw3d
+# Version required: 1.3
+# Date created: 18 November 1994
+# Whom: asami
+#
+# $Id: Makefile,v 1.1.1.1 1997/12/29 02:22:39 hubertf Exp $
+#
+
+DISTNAME= Xaw3d-1.3
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= widgets/Xaw3d/R6.1
+
+MAINTAINER= asami@FreeBSD.ORG
+
+WRKSRC= ${WRKDIR}/xc/lib/Xaw3d
+USE_IMAKE= yes
+
+post-extract:
+ ${MKDIR} ${WRKSRC}/X11/Xaw3d
+ cd ${WRKSRC}/X11/Xaw3d; ln -sf ../../*.h .
+
+post-install:
+ ${LDCONFIG} -m ${PREFIX}/lib
+
+.include <bsd.port.mk>