From 2a12a8b6d09ea07cc7bddc576b6bbb8ef342c863 Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 28 May 2005 16:35:38 +0000 Subject: Import xmake from pkgsrc-wip. Packaged by Christian Gall. 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. --- devel/xmake/DESCR | 5 +++++ devel/xmake/Makefile | 19 +++++++++++++++++++ devel/xmake/PLIST | 3 +++ devel/xmake/distinfo | 6 ++++++ 4 files changed, 33 insertions(+) create mode 100644 devel/xmake/DESCR create mode 100644 devel/xmake/Makefile create mode 100644 devel/xmake/PLIST create mode 100644 devel/xmake/distinfo (limited to 'devel/xmake') 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 -- cgit v1.2.3