23 lines
493 B
Makefile
23 lines
493 B
Makefile
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tuxpaint-stamps
|
|
PORTVERSION= 2009.06.28
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/tuxpaint/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= TuxPaint Stamps
|
|
|
|
RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint
|
|
|
|
NO_BUILD= yes
|
|
INSTALL_TARGET= install-all
|
|
|
|
DATADIR= ${PREFIX}/share/tuxpaint
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${MAKEFILE}
|
|
|
|
.include <bsd.port.mk>
|