blob: 80d1cd8391f22844e0fe26ba83c364ee747195e3 (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
|
# New ports collection makefile for: The GIMP
# Date created: Mon Nov 18 21:28:43 CST 1996
# Whom: erich@FreeBSD.org
#
# $FreeBSD: ports/graphics/gimp-app/Makefile,v 1.259 2012/02/14 22:08:59 kwm Exp $
# $MCom: ports/graphics/gimp-app/Makefile,v 1.53 2010/10/08 08:29:33 kwm Exp $
#
PORTNAME= gimp-app
DISTVERSION= 2.8.0
PORTREVISION?= 0
PORTEPOCH?= 1
CATEGORIES?= graphics gnome
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
http://gimp.mirrors.hoobly.com/%SUBDIR%/ \
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
ftp://ftp.fh-heilbronn.de/mirrors/ftp.gimp.org/%SUBDIR%/ \
ftp://ftp.insync.net/pub/mirrors/ftp.gimp.org/%SUBDIR%/ \
http://www.mirrorservice.org/sites/ftp.gimp.org/pub/%SUBDIR%/ \
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/%SUBDIR%,}
MASTER_SITE_SUBDIR= gimp/v${PORTVERSION:R}
DISTNAME= gimp-${DISTVERSION}
MAINTAINER= gnome@FreeBSD.org
COMMENT= A GNU Image Manipulation Program
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff \
lcms.1:${PORTSDIR}/graphics/lcms \
gegl-0.2.199:${PORTSDIR}/graphics/gegl \
babl-0.1:${PORTSDIR}/x11/babl
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_XORG= xpm xmu xext
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \
desktopfileutils
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc/gimp \
--disable-gtk-doc \
--without-linux-input \
--without-print \
--enable-default-binary \
--disable-gimp-console \
--disable-python \
--with-desktop-dir=${PREFIX}/share \
--docdir=${PREFIX}/share/doc/gimp \
--enable-default-binary
CONFIGURE_ENV= GIMP_THREAD_LIBS=${PTHREAD_LIBS}
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(GIMP_SLAVE)
WANT_GNOME= yes
OPTIONS?= AA "Ascii Art plug-in" on \
DBUS "D-BUS support" on \
EXIF "reading meta-data from camera/scanner" on \
GHOSTSCRIPT "Build ghostscript plug-in" off \
GVFS "Use GVFS for the URI plug-in" on \
HELPBROWSER "internal help browser" on \
MNG "MNG format support" on \
POPPLER "PDF format support" on \
RSVG "SVG format support" on \
SIMD "Use cpu-specific optimizations if available" off \
WMF "wmf plugin" on
.endif
.include <bsd.port.pre.mk>
.if defined(GIMP_SLAVE)
PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
GIMP_LIBS= `${PKG_CONFIG} --libs gimp-2.0`
GIMP_THUMB_LIBS=`${PKG_CONFIG} --libs gimpthumb-2.0`
GIMP_UI_LIBS= `${PKG_CONFIG} --libs gimpui-2.0`
LIB_DEPENDS+= gimp-2.0.0:${PORTSDIR}/graphics/gimp-app
.else
MAN1+= gimp-2.8.1 gimptool-2.0.1
MAN5+= gimprc-2.8.5
MLINKS= gimp-2.8.1 gimp.1 \
gimprc-2.8.5 gimprc.5
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME)
USE_GNOME+= desktopfileutils gnomehier
PLIST_SUB+= GNOME=""
.else
PLIST_SUB+= GNOME="@comment "
.endif
.if defined(WITH_AA)
LIB_DEPENDS+= aa.1:${PORTSDIR}/graphics/aalib
PLIST_SUB+= AA=""
.else
CONFIGURE_ARGS+= --without-aa
PLIST_SUB+= AA="@comment "
.endif
.if defined(WITH_DBUS)
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+= --with-dbus
.else
CONFIGURE_ARGS+= --without-dbus
.endif
.if defined(WITH_EXIF)
LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif
PLIST_SUB+= EXIF=""
.else
CONFIGURE_ARGS+= --without-libexif
PLIST_SUB+= EXIF="@comment "
.endif
.if defined(WITH_GHOSTSCRIPT)
USE_GHOSTSCRIPT= yes
CONFIGURE_ARGS+= --with-gs
PLIST_SUB+= GS=""
.else
CONFIGURE_ARGS+= --without-gs
PLIST_SUB+= GS="@comment "
.endif
.if defined(WITH_GVFS)
USE_GNOME+= gvfs
.else
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
CONFIGURE_ARGS+= --without-gvfs
.endif
.if defined(WITH_HELPBROWSER)
LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR}/www/webkit-gtk2
CONFIGURE_ARGS+= --with-webkit
PLIST_SUB+= HELPBROWSER=""
.else
CONFIGURE_ARGS+= --without-webkit
PLIST_SUB+= HELPBROWSER="@comment "
.endif
.if defined(WITH_MNG)
LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng
PLIST_SUB+= MNG=""
.else
CONFIGURE_ARGS+= --without-libmng
PLIST_SUB+= MNG="@comment "
.endif
.if defined(WITH_POPPLER)
LIB_DEPENDS+= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib
PLIST_SUB+= POPPLER=""
.else
CONFIGURE_ARGS+= --without-poppler
PLIST_SUB+= POPPLER="@comment "
.endif
# this is gone? not in plist anymore.
.if defined(WITH_RSVG)
USE_GNOME+= librsvg2
CONFIGURE_ARGS+= --with-librsvg
PLIST_SUB+= SVG=""
.else
CONFIGURE_ARGS+= --without-librsvg
PLIST_SUB+= SVG="@comment "
.endif
.if defined(WITH_WMF)
LIB_DEPENDS+= wmf.2:${PORTSDIR}/graphics/libwmf
PLIST_SUB+= WMF=""
.else
CONFIGURE_ARGS+= --without-wmf
PLIST_SUB+= WMF="@comment "
.endif
.if !defined(WITH_SIMD)
CONFIGURE_ARGS+= --disable-mmx \
--disable-sse \
--disable-altivec
.endif
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%GIMP_LIBS%%|${GIMP_LIBS}|; \
s|%%GIMP_THUMB_LIBS%%|${GIMP_THUMB_LIBS}|; \
s|%%GIMP_UI_LIBS%%|${GIMP_UI_LIBS}|' \
${WRKSRC}/plug-ins/pygimp/Makefile.in
@${REINPLACE_CMD} -e 's|"libpng"|"libpng14"|' \
-e 's|x86_64|amd64|g' \
${WRKSRC}/configure
post-install:
@-update-desktop-database
.include <bsd.port.post.mk>
|