1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/textproc/dikt/Makefile
Mathieu Arnold 5e4c2adde5 Support staging.
Sponsored by:	Absolight
2014-01-26 15:46:14 +00:00

30 lines
673 B
Makefile

# Created by: Goran Tal <goran.tal@gmail.com>
# $FreeBSD$
PORTNAME= dikt
PORTVERSION= 2l
CATEGORIES= textproc net kde
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= .txz
MAINTAINER= goran.tal@gmail.com
COMMENT= Dictionary for KDE4
USE_XZ= yes
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= corelib gui network svg xml \
qmake_build moc_build rcc_build uic_build
USES= cmake
PLIST_FILES= bin/dikt \
share/applications/kde4/dikt.desktop \
share/apps/dikt/diktui.rc \
share/apps/dikt/dikt.css \
share/apps/dikt/format.conf \
share/icons/hicolor/128x128/apps/dikt.png \
share/kde4/services/dict.protocol
PLIST_DIRS= share/apps/dikt
.include <bsd.port.mk>