2007-02-22 20:01:13 +01:00
|
|
|
# $NetBSD: Makefile,v 1.14 2007/02/22 19:01:20 wiz Exp $
|
2002-09-27 13:08:19 +02:00
|
|
|
#
|
|
|
|
|
2004-10-07 16:54:40 +02:00
|
|
|
DISTNAME= tuxpaint-stamps-2004-10-03
|
|
|
|
PKGNAME= tuxpaint-stamps-2004.10.03
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2002-09-27 13:08:19 +02:00
|
|
|
CATEGORIES= graphics
|
Update to 2003.02.22.
Japanese, Greek, Finnish, British English, Hungarian translations.
Other translation updates.
* Gave sound effects to more stamps:
Camera, Saw, Rooster, Checkered Flag, Mallet
* Using a new set of Euro coin images. (Have correct ratios)
John O'Sullivan
* Created 'Animals' category with 'Birds' and 'Fish' subcategories.
* Added Drake, Guineafowl, Hen and Rooster to 'Birds'
John O'Sullivan
* Added Blue Groper, Butterfly Fish, Clown Fish, Coral Trout,
Dolphin Fish, Lion Fish, Moon Wrasse and Striped Fish to 'Fish'
John O'Sullivan
* Described some undescribed stamps.
Karl Ove Hufthammer
* Added hand stamp to 'Shapes.'
* Added 'Sacagawea' coin to 'US Coins.'
* Added squeaky sound for 'Rubber Duck' stamp.
* Created 'Nuts' category under food.
* Moved Walnut from 'Fruit' to 'Nuts.'
* Added (shell-less) Pecan, Walnut and Almond to 'Nuts.'
* Updated README.txt.
2003-03-07 12:45:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
|
2002-09-27 13:08:19 +02:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2007-02-22 20:01:13 +01:00
|
|
|
HOMEPAGE= http://www.tuxpaint.org/
|
2003-07-21 18:45:54 +02:00
|
|
|
COMMENT= Rubber stamps for Tux Paint
|
2002-09-27 13:08:19 +02:00
|
|
|
|
2004-03-07 03:06:36 +01:00
|
|
|
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
|
2002-09-27 13:08:19 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|