mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
e29d5654e9
- while here remove some MD5 - fix some forgottern desktop-file-utils dependencies
38 lines
903 B
Makefile
38 lines
903 B
Makefile
# New ports collection makefile for: gexiv2
|
|
# Date created: Tue Sep 7 02:00:03 UTC 2010
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gexiv2
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://yorba.org/download/gexiv2/${PORTVERSION:R}/
|
|
DISTNAME= libgexiv2-${PORTVERSION}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= GObject-based wrapper around the Exiv2 library
|
|
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \
|
|
gm4:${PORTSDIR}/devel/m4 \
|
|
pkg-config:${PORTSDIR}/devel/pkg-config
|
|
LIB_DEPENDS= exiv2.10:${PORTSDIR}/graphics/exiv2
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= glib20
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E \
|
|
-e 's|^([[:space:]]+)m4[[:space:]]|\1gm4 |' \
|
|
-e 's|\$$\(LIB\)/pkgconfig|libdata/pkgconfig|g' \
|
|
${WRKSRC}/${MAKEFILE}
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/share/vala/vapi
|
|
|
|
.include <bsd.port.mk>
|