2005-07-19 23:35:31 +02:00
|
|
|
# New ports collection makefile for: tuxpaint-stamps
|
|
|
|
# Date created: 15 Jul 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tuxpaint
|
2008-08-10 19:42:59 +02:00
|
|
|
PORTVERSION= 2008.06.30
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 2
|
2005-07-19 23:35:31 +02:00
|
|
|
CATEGORIES= games
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stamps/${PORTVERSION}
|
2005-07-19 23:35:31 +02:00
|
|
|
PKGNAMESUFFIX= -stamps
|
2005-11-29 01:45:08 +01:00
|
|
|
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
2005-07-19 23:35:31 +02:00
|
|
|
|
2010-10-11 07:41:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-07-19 23:35:31 +02:00
|
|
|
COMMENT= TuxPaint Stamps
|
|
|
|
|
|
|
|
RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
2007-07-24 15:48:41 +02:00
|
|
|
INSTALL_TARGET= install-all
|
2005-07-19 23:35:31 +02:00
|
|
|
|
2007-07-24 15:48:41 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${MAKEFILE}
|
2005-07-19 23:35:31 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|