2caa2b3175
* Included Tux stamps so that the stamp tool works by default * Lots of translation-related fixes * Added "--noshortcuts" option, to disable keyboard shortcuts * Cursor doesn't change to 'hand' shape over selector buttons when they aren't available. * Cursor doesn't change to 'hand' shape over color buttons when colors aren't available * Added --lang, which allows a language to be specified on the command line * Added "--nostampcontrols", "--mirrorstamps" and their opposite options
34 lines
1 KiB
Makefile
34 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.23 2004/03/07 02:01:00 snj Exp $
|
|
#
|
|
|
|
DISTNAME= tuxpaint-0.9.13
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/
|
|
COMMENT= Drawing program for small children
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGINSTALL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
MANCOMPRESSED= YES
|
|
|
|
CONFLICTS+= tuxpaint-stamps<2003.12.23
|
|
|
|
MAKE_ENV+= CONFDIR="${PKG_SYSCONFDIR}" CP="${CP}" CHMOD="${CHMOD}"
|
|
EGDIR= ${PREFIX}/share/examples/tuxpaint
|
|
CONF_FILES= ${EGDIR}/tuxpaint.conf ${PKG_SYSCONFDIR}/tuxpaint.conf
|
|
|
|
post-install:
|
|
-${FIND} ${PREFIX}/share/doc/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null
|
|
-${FIND} ${PREFIX}/share/tuxpaint -name CVS -exec ${RM} -r {} \; 2>/dev/null
|
|
|
|
.include "../../audio/SDL_mixer/buildlink3.mk"
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../devel/SDL_ttf/buildlink3.mk"
|
|
.include "../../graphics/SDL_image/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|