summaryrefslogtreecommitdiff
path: root/math/plantri/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/plantri/Makefile')
-rw-r--r--math/plantri/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/plantri/Makefile b/math/plantri/Makefile
new file mode 100644
index 000000000000..291d494a0fe6
--- /dev/null
+++ b/math/plantri/Makefile
@@ -0,0 +1,20 @@
+PORTNAME= plantri
+DISTVERSION= 5.2
+CATEGORIES= math
+MASTER_SITES= http://users.cecs.anu.edu.au/~bdm/plantri/
+DISTNAME= ${PORTNAME}${DISTVERSION:S/.//}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Plantri and fullgen are programs to generate planar graph
+
+MAKEFILE= makefile
+MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}"
+
+PLIST_FILES= bin/plantri \
+ bin/fullgen
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/plantri ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/fullgen ${STAGEDIR}${PREFIX}/bin
+
+.include <bsd.port.mk>