summaryrefslogtreecommitdiff
path: root/devel/xmake
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-05-28 16:35:38 +0000
committerminskim <minskim@pkgsrc.org>2005-05-28 16:35:38 +0000
commit7af3241c8600caac076f916659dffc0d99b84c69 (patch)
tree96daa97dbeeabd5b30d43722dc4e82af97120e9d /devel/xmake
parent8f957ef797df795411b3c851b88ea504924b5dfc (diff)
downloadpkgsrc-7af3241c8600caac076f916659dffc0d99b84c69.tar.gz
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.
Diffstat (limited to 'devel/xmake')
-rw-r--r--devel/xmake/DESCR5
-rw-r--r--devel/xmake/Makefile19
-rw-r--r--devel/xmake/PLIST3
-rw-r--r--devel/xmake/distinfo6
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