mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
2209be26af
PR: 51224 Submitted by: Ports Fury
28 lines
639 B
Makefile
28 lines
639 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.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.8:${PORTSDIR}/graphics/libexif
|
|
|
|
USE_REINPLACE= yes
|
|
USE_GNOME= gnomehack gtk20
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|