mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
35 lines
783 B
Makefile
35 lines
783 B
Makefile
# New ports collection makefile for: tuxpaint
|
|
# Date created: 14 Jul 2005
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tuxpaint
|
|
PORTVERSION= 0.9.19
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= Drawing program designed for young children
|
|
|
|
LIB_DEPENDS= paper.2:${PORTSDIR}/print/libpaper \
|
|
rsvg-2:${PORTSDIR}/graphics/librsvg2
|
|
|
|
USE_GMAKE= yes
|
|
USE_GETTEXT= yes
|
|
USE_SDL= image mixer sdl ttf pango
|
|
|
|
MAN1= tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
|
|
MANCOMPRESSED= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|rsvg[-[:alnum:]]*\.h|librsvg/&|' \
|
|
${WRKSRC}/src/tuxpaint.c
|
|
.if defined(NOPORTDOCS)
|
|
@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|