summaryrefslogtreecommitdiff
path: root/misc/gperiodic/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>1999-09-15 03:22:32 +0000
committerjlam <jlam>1999-09-15 03:22:32 +0000
commita69ee0da9e234a71f38510f4257c6df64af269b1 (patch)
tree258030eb0fd89e8154f0108efa31152b8a983e22 /misc/gperiodic/Makefile
parentb42dd07a012e374227b144d963335e648f3565d3 (diff)
downloadpkgsrc-a69ee0da9e234a71f38510f4257c6df64af269b1.tar.gz
gperiodic 1.2.6 -- Displays a periodic table of the elements
Diffstat (limited to 'misc/gperiodic/Makefile')
-rw-r--r--misc/gperiodic/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile
new file mode 100644
index 00000000000..3fc4edac617
--- /dev/null
+++ b/misc/gperiodic/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/15 03:22:32 jlam Exp $
+#
+
+DISTNAME= gperiodic-1.2.6
+WRKSRC= ${WRKDIR}/gperiodic
+CATEGORIES= misc x11
+MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://gperiodic.seul.org/
+
+DEPENDS+= gettext-0.10.35:../../devel/gettext
+DEPENDS+= gtk+-1.2.4:../../x11/gtk
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_X11BASE= yes
+
+CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+pre-configure:
+.for file in config.cache config.h config.log config.status
+ ${RM} -f ${WRKSRC}/${file}
+.endfor
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1/
+
+.include "../../mk/bsd.pkg.mk"