1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/graphics/libexif/Makefile

36 lines
825 B
Makefile
Raw Normal View History

# New ports collection makefile for: libexif
# Date created: Tue Feb 26 19:02:44 MST 2002
# Whom: Peter Schmiedeskamp
#
# $FreeBSD$
#
PORTNAME= libexif
PORTVERSION= 0.6.15
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= yinjieh@csie.nctu.edu.tw
COMMENT= Library to read digital camera file meta-data
USE_BZIP2= yes
USE_GNOME= gnomehack gnometarget pkgconfig ltverhack
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
USE_LDCONFIG= yes
2004-07-10 19:18:46 +00:00
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
2004-07-10 19:18:46 +00:00
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure
.include <bsd.port.mk>