2005-07-19 23:34:19 +02:00
|
|
|
# New ports collection makefile for: tuxpaint
|
|
|
|
# Date created: 14 Jul 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tuxpaint
|
2008-08-10 19:41:06 +02:00
|
|
|
PORTVERSION= 0.9.20
|
2010-08-11 08:57:34 +02:00
|
|
|
PORTREVISION= 6
|
2005-07-19 23:34:19 +02:00
|
|
|
CATEGORIES= games
|
2006-11-08 21:16:47 +01:00
|
|
|
MASTER_SITES= SF
|
2005-07-19 23:34:19 +02:00
|
|
|
|
2010-10-11 07:41:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-07-19 23:34:19 +02:00
|
|
|
COMMENT= Drawing program designed for young children
|
|
|
|
|
2007-07-24 15:46:50 +02:00
|
|
|
LIB_DEPENDS= paper.2:${PORTSDIR}/print/libpaper \
|
|
|
|
rsvg-2:${PORTSDIR}/graphics/librsvg2
|
|
|
|
|
2005-07-19 23:34:19 +02:00
|
|
|
USE_GMAKE= yes
|
2005-09-26 00:07:03 +02:00
|
|
|
USE_GETTEXT= yes
|
2007-12-12 18:43:57 +01:00
|
|
|
USE_SDL= image mixer sdl ttf pango
|
2005-07-19 23:34:19 +02:00
|
|
|
|
2007-12-12 18:43:57 +01:00
|
|
|
MAN1= tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
|
2005-07-19 23:34:19 +02:00
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
2008-08-10 19:41:06 +02:00
|
|
|
post-patch:
|
2009-11-11 22:57:45 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
|
|
|
${WRKSRC}/${MAKEFILE} \
|
|
|
|
${WRKSRC}/src/tuxpaint-import.sh \
|
|
|
|
${WRKSRC}/src/tp_magic_api.h.in \
|
|
|
|
${WRKSRC}/src/tuxpaint.conf \
|
|
|
|
${WRKSRC}/hildon/tuxpaint.conf
|
|
|
|
.if defined(NOPORTDOCS)
|
2005-07-19 23:34:19 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
|
|
|
|
.endif
|
|
|
|
|
2007-07-24 15:46:50 +02:00
|
|
|
.include <bsd.port.mk>
|