d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
603 B
Makefile
26 lines
603 B
Makefile
# New ports collection makefile for: libexif-gtk
|
|
# Date created: 10 Jun 2002
|
|
# Whom: ports@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libexif-gtk
|
|
PORTVERSION= 0.3.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= libexif
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GTK+ widgets to display/edit EXIF tags
|
|
|
|
LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
|
|
|
|
USE_GNOME= gnomehack gnometarget gtk20
|
|
USE_AUTOTOOLS= autoconf:259 libtool:15
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|