1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/graphics/gimpfx-foundry/Makefile
Bryan Drewery 6d72c57047 - Fix dependency on updated gimp-2.8
- Trim header

PR:		ports/176890
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
2013-03-17 23:29:22 +00:00

33 lines
799 B
Makefile

# Created by: Christoph Moench-Tegeder <cmt@burggraben.net>
# $FreeBSD$
PORTNAME= gimpfx-foundry
PORTVERSION= 2.6
PORTEPOCH= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-scriptpack/${PORTNAME}-${PORTVERSION}-1
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= cmt@burggraben.net
COMMENT= Collection of scripts for The Gimp 2.6
# Maintainer has requested this use a specific version
# as the plugins may not always be backwards-compatible
RUN_DEPENDS= gimp-2.8:${PORTSDIR}/graphics/gimp-app
NO_BUILD= yes
NO_WRKSUBDIR= yes
PORTDOCS= release-notes.txt
do-install:
${INSTALL_DATA} ${WRKSRC}/*.scm ${PREFIX}/share/gimp/scripts/
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/release-notes.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>