diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xmake/DESCR | 5 | ||||
-rw-r--r-- | devel/xmake/Makefile | 19 | ||||
-rw-r--r-- | devel/xmake/PLIST | 3 | ||||
-rw-r--r-- | devel/xmake/distinfo | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/xmake/DESCR b/devel/xmake/DESCR new file mode 100644 index 00000000000..e66305368a6 --- /dev/null +++ b/devel/xmake/DESCR @@ -0,0 +1,5 @@ +XMAKE is simliar to other make's out there, but is specifically +designed to allow you to easily construct multiple complex +dependancies without getting screwed by default rulesets. XMake +contains a number of features specifically designed to trivialize the +construction of compilation rules. diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile new file mode 100644 index 00000000000..c4a617ed0b1 --- /dev/null +++ b/devel/xmake/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/28 16:35:38 minskim Exp $ +# + +DISTNAME= xmake-1.06 +CATEGORIES= devel +MASTER_SITES= http://apollo.backplane.com/xmake/ +EXTRACT_SUFX= .tgz + +MAINTAINER= cg@cgall.de +HOMEPAGE= http://apollo.backplane.com/xmake/ +COMMENT= Portable make utility + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +WRKSRC= ${WRKDIR}/xmake + +INSTALLATION_DIRS= bin man/man1 + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/xmake/PLIST b/devel/xmake/PLIST new file mode 100644 index 00000000000..0fa3b0b2074 --- /dev/null +++ b/devel/xmake/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/28 16:35:38 minskim Exp $ +bin/xmake +man/man1/xmake.1 diff --git a/devel/xmake/distinfo b/devel/xmake/distinfo new file mode 100644 index 00000000000..6f166b2dd4c --- /dev/null +++ b/devel/xmake/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/28 16:35:38 minskim Exp $ +$Id: distinfo,v 1.1.1.1 2005/05/28 16:35:38 minskim Exp $ + +SHA1 (xmake-1.06.tgz) = 7cfbbe9c19b69f40035e00ad9de60e9d32c9695a +RMD160 (xmake-1.06.tgz) = 53ad227e4418c0d1a541c6b41e8e89f2aa9ad020 +Size (xmake-1.06.tgz) = 16013 bytes |