pkgsrc/graphics/tuxpaint/Makefile
jmmv e5463e76a4 Make this package install its configuration file under the examples tree
and use bsd.pkg.install.mk to copy it to PKG_SYSCONFDIR.
Bump PKGREVISION to 2.
2003-01-01 19:24:19 +00:00

27 lines
806 B
Makefile

# $NetBSD: Makefile,v 1.8 2003/01/01 19:24:19 jmmv Exp $
#
DISTNAME= tuxpaint-2002.10.26
PKGREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.sonic.net/pub/users/nbs/unix/x/tuxpaint/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/
COMMENT= drawing program for small children
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
USE_GMAKE= YES
MANCOMPRESSED= YES
MAKE_ENV+= CONFDIR="${PKG_SYSCONFDIR}"
EGDIR= ${PREFIX}/share/examples/tuxpaint
CONF_FILES= ${EGDIR}/tuxpaint.conf ${PKG_SYSCONFDIR}/tuxpaint.conf
.include "../../audio/SDL-mixer/buildlink2.mk"
.include "../../devel/SDL/buildlink2.mk"
.include "../../devel/SDL_ttf/buildlink2.mk"
.include "../../graphics/SDL-image/buildlink2.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"