summaryrefslogtreecommitdiff
path: root/www/swill/Makefile
diff options
context:
space:
mode:
authorthorpej <thorpej>2002-06-18 06:37:37 +0000
committerthorpej <thorpej>2002-06-18 06:37:37 +0000
commit4404bc7a5382a297d31966710b558249f9b9ed4a (patch)
treee0da1c5a451f113bf791c66aae5652413b3575cc /www/swill/Makefile
parente0636cc00a0c28ca68ddec2cd48cf466c05b5cbc (diff)
downloadpkgsrc-4404bc7a5382a297d31966710b558249f9b9ed4a.tar.gz
A package for SWILL, the Simple Web Interface Link Library.
Diffstat (limited to 'www/swill/Makefile')
-rw-r--r--www/swill/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile
new file mode 100644
index 00000000000..0bf8a23fb51
--- /dev/null
+++ b/www/swill/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/06/18 06:37:37 thorpej Exp $
+
+DISTNAME= swill-0.1
+CATEGORIES= www devel
+MASTER_SITES= http://systems.cs.uchicago.edu/swill/
+
+MAINTAINER= thorpej@netbsd.org
+HOMEPAGE= http://systems.cs.uchicago.edu/swill/
+COMMENT= The Simple Web Interface Link Library
+
+GNU_CONFIGURE= yes
+
+WRKSRC= ${WRKDIR}/SWILL-0.1
+
+.include "../../mk/bsd.pkg.mk"