e7ae0125df
- Split documentations and l10ns to separate ports - Split kipi-plugins-kde4 port Approved by: portmgr (miwi)
15 lines
310 B
Makefile
15 lines
310 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libkvkontakte
|
|
PORTVERSION= ${DIGIKAM_VER}
|
|
CATEGORIES= net kde
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE4 library for accessing vk.com
|
|
|
|
.include "${.CURDIR}/../../graphics/digikam-kde4/Makefile.common"
|
|
|
|
LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|