mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
27 lines
524 B
Makefile
27 lines
524 B
Makefile
# Created by: Alejandro Pulver <alejandro@varnet.biz>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tuxpaint-stamps
|
|
PORTVERSION= 2014.08.23
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/tuxpaint/${PORTNAME}/${PORTVERSION:S|.|-|g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= TuxPaint Stamps
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/docs/COPYING.txt
|
|
|
|
RUN_DEPENDS= tuxpaint:games/tuxpaint
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
MAKE_ARGS= DATA_PREFIX="${STAGEDIR}${DATADIR}/"
|
|
INSTALL_TARGET= install-all
|
|
|
|
DATADIR= ${PREFIX}/share/tuxpaint
|
|
PORTDATA= *
|
|
|
|
.include <bsd.port.mk>
|