diff options
author | rodent <rodent@pkgsrc.org> | 2015-07-02 12:38:32 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-07-02 12:38:32 +0000 |
commit | 17834c8df60efbb6bc345839adcc44c99e2c3253 (patch) | |
tree | 92608ad226ab58e0aebccca2b1c17bdb29c46351 /x11/libXaw3d/Makefile | |
parent | f9da1140c14d59a2dbacc5e5e5b983eb0f63a192 (diff) | |
download | pkgsrc-17834c8df60efbb6bc345839adcc44c99e2c3253.tar.gz |
Adding:
libXaw3d
libXprintAppUtil
liblbxutil
mkcomposecache
proxymngr
rstart
xcmsdb
xdbedizzy
xedit
xf86dga
xmh
xpr
xrx
xtrap
from pkgsrc-wip as requested by wiz@ last quarter. LICENSE can be fixed
later.
Diffstat (limited to 'x11/libXaw3d/Makefile')
-rw-r--r-- | x11/libXaw3d/Makefile | 25 |
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" |