freebsd-ports/astro/libkgeomap/Makefile
Max Brazhnikov e7ae0125df - Update to digiKam and Kipi Plugins ports to 3.1.0
- Split documentations and l10ns to separate ports
- Split kipi-plugins-kde4 port

Approved by:	portmgr (miwi)
2013-04-08 17:10:56 +00:00

19 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= libkgeomap
PORTVERSION= ${DIGIKAM_VER}
CATEGORIES= astro kde
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE4 library for browsing photos on a map
.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common"
USE_KDE4+= libkexiv2 marble
USE_LDCONFIG= yes
post-patch:
${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>