aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimpfx-foundry/Makefile
blob: 8478b552dd94aff747752bfb56c1cb9ec4482877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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>