pkgsrc/misc/gperiodic/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

31 lines
892 B
Makefile

# $NetBSD: Makefile,v 1.40 2006/03/04 21:30:11 jlam Exp $
DISTNAME= gperiodic-2.0.8
PKGREVISION= 2
CATEGORIES= misc x11
MASTER_SITES= http://www.acclab.helsinki.fi/~frantz/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php
COMMENT= Displays a periodic table of the elements
BUILD_USES_MSGFMT= yes
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config
BUILDLINK_TRANSFORM+= rm:-DG_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGDK_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGDK_PIXBUF_DISABLE_DEPRECATED
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q}
BUILD_TARGET= gperiodic
LIBS+= -lintl
MAKE_ENV+= LIBS=${LIBS:M*:Q}
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"