2002-03-30 18:34:25 +00:00
|
|
|
# New ports collection makefile for: libexif
|
|
|
|
# Date created: Tue Feb 26 19:02:44 MST 2002
|
|
|
|
# Whom: Peter Schmiedeskamp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libexif
|
2007-05-27 15:23:52 +00:00
|
|
|
PORTVERSION= 0.6.15
|
2002-03-30 18:34:25 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-03-31 03:14:54 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-03-30 18:34:25 +00:00
|
|
|
|
2003-08-09 02:25:20 +00:00
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
2003-07-29 21:03:32 +00:00
|
|
|
COMMENT= Library to read digital camera file meta-data
|
2002-03-30 18:34:25 +00:00
|
|
|
|
2006-03-29 06:54:33 +00:00
|
|
|
USE_BZIP2= yes
|
2007-05-27 15:23:52 +00:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig ltverhack
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-09-14 05:31:21 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
2007-05-25 12:05:46 +00:00
|
|
|
USE_LDCONFIG= yes
|
2002-03-31 03:14:54 +00:00
|
|
|
|
2004-07-10 19:18:46 +00:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
2005-09-14 05:31:21 +00:00
|
|
|
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
|
|
|
|
|
2002-03-31 03:14:54 +00:00
|
|
|
post-patch:
|
2002-08-22 08:30:04 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure
|
2002-03-30 18:34:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|