mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-08 02:15:08 +00:00
494c29b9ba
PR: ports/131572 Submitted by: Goran Tal <goran.tal@gmail.com> (maintainer)
28 lines
647 B
Makefile
28 lines
647 B
Makefile
# New ports collection makefile for: dikt
|
|
# Date created: 28-12-2008
|
|
# Whom: Goran Tal <goran.tal@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dikt
|
|
PORTVERSION= 1a
|
|
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>
|