aboutsummaryrefslogtreecommitdiffstats
path: root/lang/wamcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/wamcc/Makefile')
-rw-r--r--lang/wamcc/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/wamcc/Makefile b/lang/wamcc/Makefile
new file mode 100644
index 000000000000..d8eb3e31035a
--- /dev/null
+++ b/lang/wamcc/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: wamcc
+# Version required: 2.22
+# Date created: 14 September 1999
+# Whom: Jerry Hicks <wghicks@bellsouth.net>
+#
+# $FreeBSD$
+#
+
+DISTNAME= wamcc2.22
+PKGNAME= wamcc-2.22
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/loco/wamcc/
+DISTFILES= wamcc2.22.tar.Z prg.tar.Z
+
+MAINTAINER= wghicks@bellsouth.net
+
+DIST_SUBDIR= wamcc
+NO_WRKSUBDIR= yes
+
+.include <bsd.port.mk>