aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtkam
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 12:31:48 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 12:31:48 +0000
commit826afa5608ac2fbfe7f99152f912389795eb4202 (patch)
treeee485f7304c377bdad20df32a7d8de4871aa3883 /graphics/gtkam
parent709beb92a4b5d2494582b6c2abc116d11faceb78 (diff)
downloadports-826afa5608ac2fbfe7f99152f912389795eb4202.tar.gz
ports-826afa5608ac2fbfe7f99152f912389795eb4202.zip
Notes
Diffstat (limited to 'graphics/gtkam')
-rw-r--r--graphics/gtkam/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/graphics/gtkam/Makefile b/graphics/gtkam/Makefile
index 8ef56a556e62..fd5012b80035 100644
--- a/graphics/gtkam/Makefile
+++ b/graphics/gtkam/Makefile
@@ -1,12 +1,13 @@
# New ports collection makefile for: gtkam
-# Date created: 10 June 2002
-# Whom: KATO Tsuguru <tkato@prontomail.com>
+# Date created: 10 June 2002
+# Whom: ports@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gtkam
PORTVERSION= 0.1.9
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gphoto
@@ -19,10 +20,8 @@ LIB_DEPENDS= exif-gtk.4:${PORTSDIR}/graphics/libexif-gtk \
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
-USE_GNOMENG= yes
-USE_GNOME= gtk12 gdkpixbuf
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -46,8 +45,8 @@ post-patch:
@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| install-gtkamdocDATA||g ; \
- s|images/gtkam|gtkam/images|g'
- @${REINPLACE_CMD} -e "s|^test_fsel_LDFLAGS =.*|test_fsel_LDFLAGS = \$$(EXIF_LIBS)|" ${WRKSRC}/test/Makefile.in
+ s|images/gtkam|gtkam/images|g ; \
+ s|^test_fsel_LDFLAGS =.*|test_fsel_LDFLAGS = \$$(EXIF_LIBS)|g'
post-install:
.if !defined(NOPORTDOCS)