freebsd-ports/textproc/dikt/Makefile
Martin Wilke 8955e60cac - Fix build
Reported by:	pavbot
2009-01-17 19:50:44 +00:00

28 lines
662 B
Makefile

# New ports collection makefile for: dikt
# Date created: 28-12-2008
# Whom: Goran Tal <goran.tal@gmail.com>
#
# $FreeBSD$
PORTNAME= dikt
PORTVERSION= 1
PORTREVISION= 2
CATEGORIES= textproc net kde
MASTER_SITES= http://diktv1.googlepages.com/ \
LOCAL/beech
EXTRACT_SUFX= .tbz
MAINTAINER= goran.tal@gmail.com
COMMENT= Dictionary for KDE4
USE_KDE4= kdelibs kdeprefix kdehier automoc4 workspace
USE_QT_VER= 4
QT_COMPONENTS= corelib gui qmake_build moc_build uic_build network svg xml rcc_build
USE_CMAKE= yes
PLIST_FILES= bin/dikt \
share/applications/kde4/dikt.desktop \
share/apps/dikt/diktui.rc
PLIST_DIRS= share/apps/dikt
.include <bsd.port.mk>