# 2.0.7 : Minor feature addition * Change translations to include descriptions of elements. * Turkish translation contributed by Osman Köseli. # 2.0.6 : Minor bug fixes and feature addition * Sebastien Bacher provided french translation and patched some translation bugs. * Fixed some minor bugs in the internationalisation support. * Minor fix of Makefile to improve .rpm generation.
24 lines
689 B
Makefile
24 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.18 2003/12/14 12:38:30 wiz Exp $
|
|
|
|
DISTNAME= gperiodic-2.0.7
|
|
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
|
|
DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_PKGLOCALEDIR= # defined
|
|
USE_X11= # defined
|
|
USE_GMAKE= # defined
|
|
|
|
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
|
|
ALL_TARGET= gperiodic
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../x11/gtk2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|