opnsense-ports/graphics/libexif-gtk/Makefile
Franco Fichtner 52678669aa */*: sync with upstream
Taken from: HardenedBSD
2017-12-25 09:20:12 +01:00

31 lines
574 B
Makefile

# Created by: ports@FreeBSD.org
# $FreeBSD$
PORTNAME= libexif-gtk
PORTVERSION= 0.4.0
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF/libexif/${PORTNAME}/${PORTVERSION}
MAINTAINER= marius@nuenneri.ch
COMMENT= GTK+ widgets to display/edit EXIF tags
LICENSE= LGPL21
LIB_DEPENDS= libexif.so:graphics/libexif
GNU_CONFIGURE= yes
USES= libtool pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-patch:
@${REINPLACE_CMD} 's|-g -Wall|-Wall|' ${WRKSRC}/configure
.include <bsd.port.mk>