dc7205c4af
This package contains a set of rubber stamp images which can be used with the "Stamp" tool within Tux Paint. ok steven@
35 lines
846 B
Makefile
35 lines
846 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/01/21 10:27:13 ajacoutot Exp $
|
|
|
|
PKG_ARCH= *
|
|
|
|
COMMENT= "rubber stamps collection for Tux Paint"
|
|
|
|
DISTNAME= tuxpaint-stamps-2006.10.21
|
|
PKGNAME= tuxpaint-stamps-20061021
|
|
CATEGORIES= games graphics
|
|
|
|
HOMEPAGE= http://www.tuxpaint.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tuxpaint/}
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
RUN_DEPENDS= ::games/tuxpaint
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/tuxpaint/stamps/
|
|
cp -R ${WRKSRC}/stamps/* ${PREFIX}/share/tuxpaint/stamps/
|
|
find ${PREFIX}/share/tuxpaint/stamps/ -type f ! -perm 644 -exec chmod 644 {} \;
|
|
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/tuxpaint/stamps/
|
|
|
|
.include <bsd.port.mk>
|