aboutsummaryrefslogtreecommitdiff
path: root/devel/lwp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/lwp/Makefile')
-rw-r--r--devel/lwp/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile
new file mode 100644
index 000000000000..97813f1131ff
--- /dev/null
+++ b/devel/lwp/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: lwp
+# Date created: Tue Mar 21 17:51:25 EST 2000
+# Whom: jaharkes
+#
+# $FreeBSD$
+#
+
+PORTNAME= lwp
+PORTVERSION= 1.4
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/
+
+MAINTAINER= coda@cs.cmu.edu
+
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+
+.include <bsd.port.mk>