2005-11-29 15:44:21 +01:00
|
|
|
# New ports collection makefile for: tuxpaint-config
|
|
|
|
# Date created: 28 Nov 2005
|
|
|
|
# Whom: Alejandro Pulver <alejandro@varnet.biz>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tuxpaint-config
|
2006-11-08 21:18:28 +01:00
|
|
|
PORTVERSION= 0.0.7
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2005-11-29 15:44:21 +01:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= tuxpaint
|
|
|
|
|
2006-04-09 15:08:16 +02:00
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
2005-11-29 15:44:21 +01:00
|
|
|
COMMENT= Graphical tool to change TuxPaint settings
|
|
|
|
|
|
|
|
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
|
|
|
RUN_DEPENDS= tuxpaint:${PORTSDIR}/games/tuxpaint
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
|
|
|
|
MAN1= tuxpaint-config.1
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|