e7ae0125df
- Split documentations and l10ns to separate ports - Split kipi-plugins-kde4 port Approved by: portmgr (miwi)
19 lines
409 B
Makefile
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>
|