summaryrefslogtreecommitdiff
path: root/textproc/latte/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/latte/Makefile')
-rw-r--r--textproc/latte/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile
new file mode 100644
index 000000000000..ab9ec1479464
--- /dev/null
+++ b/textproc/latte/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: latte
+# Version required: 1.1
+# Date created: 15 August 1999
+# Whom: Dominik Rothert <dr@domix.de>
+#
+# $FreeBSD$
+#
+
+DISTNAME= latte-1.1
+CATEGORIES= www
+MASTER_SITES= http://www.latte.org/ \
+ ftp://ftp.brasslantern.com/pub/zanshin/latte/
+
+MAINTAINER= dr@domix.de
+
+USE_NEWGCC= yes
+USE_LIBTOOL= yes
+MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
+
+post-install:
+ strip ${PREFIX}/bin/latte-html
+ ${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte
+ ${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/
+
+.include <bsd.port.mk>