summaryrefslogtreecommitdiff
path: root/math/graphopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/graphopt/Makefile')
-rw-r--r--math/graphopt/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile
new file mode 100644
index 00000000000..044dede7472
--- /dev/null
+++ b/math/graphopt/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/23 19:27:12 wiz Exp $
+#
+
+DISTNAME= graphopt-0.1
+CATEGORIES= math graphics
+MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/graphopt/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= wiz@netbsd.org
+HOMEPAGE= http://schmuhl.org/graphopt/
+COMMENT= optimize graph layouts
+
+USE_BUILDLINK2= YES
+GNU_CONFIGURE= YES
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphopt
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/graphopt
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"