aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gimp/Makefile
blob: 791c571a8225f9408df21589ca01876022e96cd7 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# New ports collection makefile for:    Gimp
# Version required:     0.99.13
# Date created:         Mon Nov 18 21:28:43 CST 1996
# Whom:                 erich@FreeBSD.org
#
# $Id: Makefile,v 1.10 1997/07/14 22:19:04 erich Exp $
#

VERSION=    0.99.14

DISTNAME=   gimp-${VERSION}
DISTFILES=  ${DISTNAME}.tar.gz
DISTFILES+= gimp-data-min-${VERSION}.tar.gz \
            gimp-data-extras-${VERSION}.tar.gz \
            gimptcl-1.0.tar.gz

CATEGORIES=     graphics
MASTER_SITES=   ftp://ftp.cs.umn.edu/pub/gimp/gimp/devel/${VERSION}/ \
                ftp://ftp.gimp.org/pub/gimp/devel/${VERSION}/ \
                http://www.freebsd.org/~erich/

MAINTAINER=     erich@FreeBSD.org

LIB_DEPENDS+=   gtk\\.1\\.0:${PORTSDIR}/x11/gtk
LIB_DEPENDS+=   png\\.0\\.[7-9]:${PORTSDIR}/graphics/png
LIB_DEPENDS+=   jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg
LIB_DEPENDS+=   tiff\\.3\\.:${PORTSDIR}/graphics/tiff
LIB_DEPENDS+=   Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
LIB_DEPENDS+=   mpeg\\.1\\.2:${PORTSDIR}/graphics/mpeg-lib
LIB_DEPENDS+=  tk80\\.1\\.:${PORTSDIR}/x11/tk80

USE_X11=    yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_ENV= CPPFLAGS=-I/usr/local/include LIBS=-L/usr/local/lib

DATASTUFF=  brushes palettes gradients patterns

post-install:
    cd ${WRKDIR}/gimp-data-min-${VERSION}; \
    tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
    (cd ${PREFIX}/share/gimp/${VERSION}; tar -xvf -)
    cd ${WRKDIR}/gimp-data-extras-${VERSION}; \
    tar -cf - --exclude '*Makefile*' ${DATASTUFF} |\
    (cd ${PREFIX}/share/gimp/${VERSION}; tar -xvf -)

.include <bsd.port.mk>