pkgsrc/graphics/giram/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

44 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.46 2006/03/04 21:29:48 jlam Exp $
#
DISTNAME= giram-0.3.5
PKGREVISION= 6
CATEGORIES= graphics
MASTER_SITES= http://www.giram.org/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.giram.org/
COMMENT= Giram Is Really A Modeller
DEPENDS+= povray-[0-9]*:../../graphics/povray
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
USE_PKGLOCALEDIR= YES
USE_TOOLS+= gmake
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
PKG_SYSCONFSUBDIR= giram
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}/0.3
SHLIBTOOL_OVERRIDE= libtool
BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED
OWN_DIRS+= ${PKG_SYSCONFDIR}/0.3
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc \
${PKG_SYSCONFDIR}/0.3/giramrc
CONF_FILES+= ${PREFIX}/share/examples/giram/giramrc_user \
${PKG_SYSCONFDIR}/0.3/giramrc_user
CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc \
${PKG_SYSCONFDIR}/0.3/gtkrc
CONF_FILES+= ${PREFIX}/share/examples/giram/gtkrc_user \
${PKG_SYSCONFDIR}/0.3/gtkrc_user
CONF_FILES+= ${PREFIX}/share/examples/giram/ps-menurc \
${PKG_SYSCONFDIR}/0.3/ps-menurc
.include "../../graphics/lib3ds/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"