2002-03-30 19:34:25 +01:00
|
|
|
# New ports collection makefile for: libexif
|
|
|
|
# Date created: Tue Feb 26 19:02:44 MST 2002
|
|
|
|
# Whom: Peter Schmiedeskamp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libexif
|
2008-09-24 19:49:27 +02:00
|
|
|
PORTVERSION= 0.6.16
|
2002-03-30 19:34:25 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2002-03-31 05:14:54 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2002-03-30 19:34:25 +01:00
|
|
|
|
2008-12-25 04:13:51 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-29 23:03:32 +02:00
|
|
|
COMMENT= Library to read digital camera file meta-data
|
2002-03-30 19:34:25 +01:00
|
|
|
|
2006-03-29 08:54:33 +02:00
|
|
|
USE_BZIP2= yes
|
2007-05-27 17:23:52 +02:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig ltverhack
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-09-14 07:31:21 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
2007-05-25 14:05:46 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-03-31 05:14:54 +02:00
|
|
|
|
2004-07-10 21:18:46 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
2005-09-14 07:31:21 +02:00
|
|
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib -lintl"
|
2004-07-10 21:18:46 +02:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
2002-03-31 05:14:54 +02:00
|
|
|
post-patch:
|
2002-08-22 10:30:04 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-g -Wall||g' ${WRKSRC}/configure
|
2002-03-30 19:34:25 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|