freebsd-ports/games/tuxpaint-stamps/Makefile

28 lines
629 B
Makefile
Raw Normal View History

# 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-02-05 12:46:55 +01:00
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stamps/${PORTVERSION}
PKGNAMESUFFIX= -stamps
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= alepulver@FreeBSD.org
COMMENT= TuxPaint Stamps
RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint
NO_BUILD= yes
2007-07-24 15:48:41 +02:00
INSTALL_TARGET= install-all
2007-07-24 15:48:41 +02:00
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>