summaryrefslogtreecommitdiff
path: root/graphics/tuxpaint-stamps/Makefile
diff options
context:
space:
mode:
authorsnj <snj>2004-03-07 02:06:36 +0000
committersnj <snj>2004-03-07 02:06:36 +0000
commit747b186fd4bec26ffae932359d89815dec1fdb8b (patch)
tree9992d1ad2ef56e62760982f828dda80eed267cd6 /graphics/tuxpaint-stamps/Makefile
parentaf90a2d18d86ea6d2dedc98c1bc69df4652b0572 (diff)
downloadpkgsrc-747b186fd4bec26ffae932359d89815dec1fdb8b.tar.gz
Update to tuxpaint-stamps-2003.12.23. Changes:
* Removed Tux stamps (now in tuxpaint) * Added some bugs (the little insects that you step on) * Added New Year's stamps * Added Christmas stamps * Added Hanukkah stamps * Added Dutch sounds for numbers * Other translation updates
Diffstat (limited to 'graphics/tuxpaint-stamps/Makefile')
-rw-r--r--graphics/tuxpaint-stamps/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/graphics/tuxpaint-stamps/Makefile b/graphics/tuxpaint-stamps/Makefile
index eebd08a8449..4b6724558c6 100644
--- a/graphics/tuxpaint-stamps/Makefile
+++ b/graphics/tuxpaint-stamps/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/07/21 16:51:52 martti Exp $
+# $NetBSD: Makefile,v 1.9 2004/03/07 02:06:36 snj Exp $
#
-DISTNAME= tuxpaint-stamps-2003.02.22
+DISTNAME= tuxpaint-stamps-2003.12.23
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
@@ -9,6 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.newbreedsoftware.com/tuxpaint/
COMMENT= Rubber stamps for Tux Paint
-DEPENDS+= tuxpaint-[0-9]*:../../graphics/tuxpaint
+DEPENDS+= tuxpaint>=0.9.13:../../graphics/tuxpaint
+
+CONFLICTS+= tuxpaint<0.9.13
+
+post-install:
+ -${FIND} ${PREFIX}/share/tuxpaint/stamps -name CVS -exec \
+ ${RM} -r {} \; 2>/dev/null
.include "../../mk/bsd.pkg.mk"