blob: c6ea4662d4b5e728d2aece231431463f9448c053 (
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
|
PORTNAME= libexif-gtk
PORTVERSION= 0.5.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= https://github.com/libexif/${PORTNAME}/releases/download/v${PORTVERSION}/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= GTK widgets to display/edit EXIF tags
WWW= https://sourceforge.net/projects/libexif/
LICENSE= LGPL21
LIB_DEPENDS= libexif.so:graphics/libexif
GNU_CONFIGURE= yes
USES= gnome libtool pkgconfig
USE_GNOME= cairo gdkpixbuf gtk20
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
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>
|