summaryrefslogtreecommitdiff
path: root/math/graphopt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/graphopt/Makefile')
-rw-r--r--math/graphopt/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile
index 044dede7472..8929e5e4c38 100644
--- a/math/graphopt/Makefile
+++ b/math/graphopt/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/01/23 19:27:12 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2003/01/27 17:24:08 atatat Exp $
#
DISTNAME= graphopt-0.1
+PKGREVISION= 1
CATEGORIES= math graphics
MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/graphopt/
EXTRACT_SUFX= .tgz
@@ -16,6 +17,13 @@ GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/graphopt
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/graphopt
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/graphopt
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/graphopt/pixmaps
+.for xpm in new.xpm open.xpm save.xpm save_as.xpm export.xpm \
+ import.xpm quit.xpm
+ ${INSTALL_DATA} ${WRKSRC}/pixmaps/${xpm} \
+ ${PREFIX}/share/graphopt/pixmaps
+.endfor
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"