summaryrefslogtreecommitdiffstats
path: root/graphics/libexif-gtk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libexif-gtk/Makefile')
-rw-r--r--graphics/libexif-gtk/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/graphics/libexif-gtk/Makefile b/graphics/libexif-gtk/Makefile
deleted file mode 100644
index 8ad942f1c..000000000
--- a/graphics/libexif-gtk/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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= 3
-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:261 libtool:15
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-USE_LDCONFIG= yes
-
-post-patch:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|-D.*_DISABLE_DEPRECATED||g'
-
-.include <bsd.port.mk>