summaryrefslogtreecommitdiff
path: root/x11/libXaw3d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXaw3d/Makefile')
-rw-r--r--x11/libXaw3d/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/libXaw3d/Makefile b/x11/libXaw3d/Makefile
new file mode 100644
index 00000000000..af18a437001
--- /dev/null
+++ b/x11/libXaw3d/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2015/07/02 12:38:32 rodent Exp $
+#
+
+DISTNAME= libXaw3d-1.6.2
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= http://xorg.freedesktop.org/
+COMMENT= X 3D Athena Widget Set
+#LICENSE= x11 # AND others
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= bison flex pkg-config
+
+PKGCONFIG_OVERRIDE+= xaw3d.pc.in
+
+.include "../../x11/libXmu/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../devel/xorg-util-macros/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"