|
Lines 8-15
Link Here
|
| 8 |
# |
8 |
# |
| 9 |
|
9 |
|
| 10 |
PORTNAME= gnome-web-photo |
10 |
PORTNAME= gnome-web-photo |
| 11 |
PORTVERSION= 0.2 |
11 |
PORTVERSION= 0.9 |
| 12 |
PORTREVISION= 9 |
|
|
| 13 |
CATEGORIES= www |
12 |
CATEGORIES= www |
| 14 |
MASTER_SITES= GNOME |
13 |
MASTER_SITES= GNOME |
| 15 |
|
14 |
|
|
Lines 17-32
Link Here
|
| 17 |
COMMENT= Tool to generate full-size image files and thumbnails |
16 |
COMMENT= Tool to generate full-size image files and thumbnails |
| 18 |
|
17 |
|
| 19 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
| 20 |
USE_GECKO= seamonkey |
19 |
USE_GNOME= gconf2 gnomehack gnomeprefix |
| 21 |
GNU_CONFIGURE= yes |
20 |
USE_GECKO= libxul |
| 22 |
CONFIGURE_ARGS= --with-gecko=${GECKO} |
21 |
USE_GETTEXT= yes |
| 23 |
USE_GMAKE= yes |
22 |
USE_GMAKE= yes |
| 24 |
USE_GNOME= gnomevfs2 gnomehack gnomeprefix |
23 |
GNU_CONFIGURE= yes |
|
|
24 |
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" |
| 25 |
GCONF_SCHEMAS= thumbnailer.schemas |
25 |
GCONF_SCHEMAS= thumbnailer.schemas |
| 26 |
|
26 |
|
| 27 |
.include <bsd.port.pre.mk> |
27 |
CFLAGS+= `pkg-config --cflags-only-I libxul` |
|
|
28 |
CPPFLAGS= -I${LOCALBASE}/include |
| 29 |
LDFLAGS= -L${LOCALBASE}/lib |
| 28 |
|
30 |
|
| 29 |
post-patch: |
31 |
post-patch: |
| 30 |
@${REINPLACE_CMD} -e 's|libpng|libpng14|' ${WRKSRC}/configure |
32 |
@${REINPLACE_CMD} -e 's|libxul-unstable||g' ${WRKSRC}/configure |
| 31 |
|
33 |
|
| 32 |
.include <bsd.port.post.mk> |
34 |
.include <bsd.port.mk> |