2002-06-18 11:43:44 +02:00
|
|
|
# New ports collection makefile for: libexif-gtk
|
|
|
|
# Date created: 10 Jun 2002
|
|
|
|
# Whom: ports@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libexif-gtk
|
2005-11-09 02:12:51 +01:00
|
|
|
PORTVERSION= 0.3.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2002-06-18 11:43:44 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION}
|
2002-06-18 11:43:44 +02:00
|
|
|
|
2009-02-12 19:59:24 +01:00
|
|
|
MAINTAINER= marius@nuenneri.ch
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= GTK+ widgets to display/edit EXIF tags
|
2002-06-18 11:43:44 +02:00
|
|
|
|
2005-04-04 07:26:06 +02:00
|
|
|
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
|
2002-06-18 11:43:44 +02:00
|
|
|
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack gtk20
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= autoconf libtool
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-06-18 11:43:44 +02:00
|
|
|
|
2007-10-25 01:37:25 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-D.*_DISABLE_DEPRECATED||g'
|
|
|
|
|
2002-06-18 11:43:44 +02:00
|
|
|
.include <bsd.port.mk>
|