freebsd-ports/deskutils/plasma-applet-qstardict/Makefile
Raphael Kubo da Costa 366a97ec37 Reassign makc's ports back to the pool.
See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
2016-10-20 15:58:12 +00:00

26 lines
703 B
Makefile

# $FreeBSD$
PORTNAME= qstardict
PORTVERSION= 1.0.1
PORTREVISION= 3
CATEGORIES= deskutils textproc kde
MASTER_SITES= http://qstardict.ylsoftware.com/files/
PKGNAMEPREFIX= plasma-applet-
MAINTAINER= ports@FreeBSD.org
COMMENT= Dictionary plasma applet for KDE
RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:textproc/qstardict
USES= cmake kde:4 tar:bzip2
USE_QT4= qmake_build uic_build moc_build rcc_build
USE_KDE= automoc4 kdelibs
CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma
QSTARDICT_PLUGIN_PATH= ${LOCALBASE}/lib/qstardict/plugins
post-patch:
${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \
${WRKSRC}/kdeplasma/dataengine/config.h.cmake
.include <bsd.port.mk>