summaryrefslogtreecommitdiff
path: root/biology/treepuzzle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/treepuzzle/Makefile')
-rw-r--r--biology/treepuzzle/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/biology/treepuzzle/Makefile b/biology/treepuzzle/Makefile
new file mode 100644
index 000000000000..5da85ab92905
--- /dev/null
+++ b/biology/treepuzzle/Makefile
@@ -0,0 +1,19 @@
+# Ports collection makefile for: treepuzzle
+# Date created: 26 August 2002
+# Whom: lentferj
+#
+# $FreeBSD$
+#
+
+PORTNAME= treepuzzle
+PORTVERSION= 5.1
+CATEGORIES= biology
+MASTER_SITES= http://www.tree-puzzle.de/
+DISTNAME= tree-puzzle-${PORTVERSION}
+
+MAINTAINER= jan.lentfer@web.de
+
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+
+.include <bsd.port.mk>