1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/graphics/gimpfx-foundry/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

32 lines
679 B
Makefile

# New ports collection makefile for: gimpfx-foundry
# Date created: 7 February 2008
# Whom: Christoph Moench-Tegeder <cmt@burggraben.net>
#
# $FreeBSD$
#
PORTNAME= gimpfx-foundry
PORTVERSION= 20071219
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= cmt@burggraben.net
COMMENT= A collection of scripts for The Gimp 2.4
RUN_DEPENDS= gimp-2.4:${PORTSDIR}/graphics/gimp-app
USE_BZIP2= yes
NO_BUILD= yes
NO_WRKSUBDIR= yes
PORTDOCS= release-manifest.txt
do-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/release-manifest.txt ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/*.scm ${LOCALBASE}/share/gimp/scripts/
.include <bsd.port.mk>