freebsd-ports/graphics/libiptcdata/Makefile
Dmitry Marakasov e1fd2c4ae0 - Switch graphics/libiptcdata to USES=libtool, drop .la files
- Strip libraries
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-31 12:39:04 +00:00

19 lines
416 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= libiptcdata
PORTVERSION= 1.0.4
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for manipulating IPTC metadata stored in image files
USES= pkgconfig iconv libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-nls
INSTALL_TARGET= install-strip
.include <bsd.port.mk>