mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
35 lines
819 B
Makefile
35 lines
819 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= 20080323
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-scriptpack/scriptpack-${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}-scriptpack-${PORTVERSION}
|
|
|
|
MAINTAINER= cmt@burggraben.net
|
|
COMMENT= A collection of scripts for The Gimp 2.6
|
|
|
|
RUN_DEPENDS= gimp-2.6:${PORTSDIR}/graphics/gimp-app
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
PORTDOCS= release-manifest.txt
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/*.scm ${LOCALBASE}/share/gimp/scripts/
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/release-manifest.txt ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|