23 lines
631 B
Makefile
23 lines
631 B
Makefile
# $NetBSD: Makefile,v 1.14 2003/07/13 13:52:38 wiz Exp $
|
|
|
|
DISTNAME= gperiodic-2.0.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc x11
|
|
MASTER_SITES= http://www.acclab.helsinki.fi/~frantz/software/
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
HOMEPAGE= http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php
|
|
COMMENT= Displays a periodic table of the elements
|
|
|
|
BUILD_USES_MSGFMT= # defined
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_PKGLOCALEDIR= # defined
|
|
USE_X11= # defined
|
|
USE_GMAKE= # defined
|
|
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|