aboutsummaryrefslogtreecommitdiff
path: root/textproc/l2a/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-03-31 09:41:53 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-03-31 09:41:53 +0000
commitf61906df7d9a3f4b51e5a7a09eff3addc83069ce (patch)
treed8e4038b599d38ae234ca9710887ff68a85ae244 /textproc/l2a/Makefile
parentc8c912546a8bde730bbf2bf1709c2f0b423e9222 (diff)
Notes
Diffstat (limited to 'textproc/l2a/Makefile')
-rw-r--r--textproc/l2a/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/l2a/Makefile b/textproc/l2a/Makefile
new file mode 100644
index 000000000000..aed1eccf2ffc
--- /dev/null
+++ b/textproc/l2a/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: l2a
+# Date created: 05 February 2003
+# Whom: James Flemer <jflemer@alum.rpi.edu>
+#
+# $FreeBSD$
+#
+
+PORTNAME= l2a
+PORTVERSION= 1.2
+CATEGORIES= textproc
+MASTER_SITES= http://heim.ifi.uio.no/~gisle/enjoy/
+DISTNAME= l2a
+
+MAINTAINER= jflemer@alum.rpi.edu
+COMMENT= L2a - LaTeX to ASCII converter
+
+USE_ZIP= yes
+
+WRKSRC= ${WRKDIR}
+MAKE_ENV= PREFIX="${PREFIX}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"
+
+MAN1= l2a.1
+
+.include <bsd.port.mk>