blob: 876503d108b7fe55a3ca5951171cc057e9a0e892 (
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
|
# New ports collection makefile for: gnome-web-photo
# Date created: 2005-11-30
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/www/gnome-web-photo/Makefile,v 1.1 2005/12/01 06:25:42 ahze Exp $
#
PORTNAME= gnome-web-photo
PORTVERSION= 0.1.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
MAINTAINER= ahze@FreeBSD.org
COMMENT= Tool to generate full-size image files and thumbnails
USE_BZIP2= yes
USE_GECKO= firefox seamonkey
USE_AUTOTOOLS= libtool:15
CONFIGURE_ARGS= --with-gecko=${GECKO}
USE_REINPLACE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_GNOME= gnomevfs2 gnomehack
GCONF_SCHEMAS= thumbnailer.schemas
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
post-patch:
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
.include <bsd.port.post.mk>
|