diff options
author | jlam <jlam@pkgsrc.org> | 1999-09-15 03:22:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-09-15 03:22:32 +0000 |
commit | d67ce63cc392af1c300c0ccecd9654f61dbc57e9 (patch) | |
tree | 258030eb0fd89e8154f0108efa31152b8a983e22 /misc/gperiodic/Makefile | |
parent | 30c69a91095714f3a4c79985b09ccfca4d9400aa (diff) | |
download | pkgsrc-d67ce63cc392af1c300c0ccecd9654f61dbc57e9.tar.gz |
gperiodic 1.2.6 -- Displays a periodic table of the elements
Diffstat (limited to 'misc/gperiodic/Makefile')
-rw-r--r-- | misc/gperiodic/Makefile | 30 |
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" |