mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
29 lines
669 B
Makefile
29 lines
669 B
Makefile
#
|
|
# $Id: Makefile 2368 2009-09-08 05:55:57Z root $
|
|
# $URL: file:///usr2/svn/ports5/graphics-libs/libexif/Makefile $
|
|
#
|
|
PORTNAME= libexif
|
|
PORTVERSION= 0.6.21
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= Library to read digital camera file meta-data
|
|
|
|
LIB_DEPENDS+= libintl.so:devel/gettext
|
|
|
|
USES+= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
USES+= gmake
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ARGS+= --with-libiconv-prefix=${LOCALBASE}
|
|
CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE}
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|