summaryrefslogtreecommitdiff
path: root/devel/scons/Makefile
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-03-09 19:13:52 +0000
committerrecht <recht@pkgsrc.org>2004-03-09 19:13:52 +0000
commitfb9730e2f44d27884a9c854627f402ad2501a4bf (patch)
treec10c3d8873502082ed3cb9bb68b62c865847f0fd /devel/scons/Makefile
parentb95e342e600ce106fb6a85cc080e0445bcc448bc (diff)
downloadpkgsrc-fb9730e2f44d27884a9c854627f402ad2501a4bf.tar.gz
initial import of scons-0.95
from pkgsrc-wip SCons is an Open Source software construction tool--that is, a build tool; an improved substitute for the classic Make utility; a better way to build software.
Diffstat (limited to 'devel/scons/Makefile')
-rw-r--r--devel/scons/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/scons/Makefile b/devel/scons/Makefile
new file mode 100644
index 00000000000..ad29b490e3e
--- /dev/null
+++ b/devel/scons/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/09 19:13:52 recht Exp $
+#
+
+DISTNAME= scons-0.95
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scons/}
+
+MAINTAINER= recht@NetBSD.org
+HOMEPAGE= http://www.scons.org/
+COMMENT= Build system, written in Python
+
+PYDISTUTILSPKG= yes
+USE_BUILDLINK3= yes
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/scons.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/sconsign.1 ${PREFIX}/man/man1
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"