freebsd-ports/textproc/dikt/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

29 lines
683 B
Makefile

# Created by: Goran Tal <goran.tal@gmail.com>
# $FreeBSD$
PORTNAME= dikt
PORTVERSION= 2l
PORTREVISION= 3
CATEGORIES= textproc net kde
MASTER_SITES= GOOGLE_CODE
EXTRACT_SUFX= .txz
MAINTAINER= goran.tal@gmail.com
COMMENT= Dictionary for KDE4
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= corelib gui network svg xml \
qmake_build moc_build rcc_build uic_build
USES= cmake tar:xz
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>