freebsd-ports/graphics/libexif-gtk/Makefile

30 lines
667 B
Makefile
Raw Normal View History

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