diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-12-30 22:54:03 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-12-30 22:54:03 +0000 |
commit | f652dc86194007dcef163d1d080780adb053eb18 (patch) | |
tree | d34a9f2821bdaaf8e6c78df1505b288e45f3b005 /textproc/dikt | |
parent | 57a770018fb8dba4f0e1f242023285e5b2c3352c (diff) | |
download | ports-f652dc86194007dcef163d1d080780adb053eb18.tar.gz ports-f652dc86194007dcef163d1d080780adb053eb18.zip |
Notes
Diffstat (limited to 'textproc/dikt')
-rw-r--r-- | textproc/dikt/Makefile | 26 | ||||
-rw-r--r-- | textproc/dikt/distinfo | 3 | ||||
-rw-r--r-- | textproc/dikt/pkg-descr | 5 |
3 files changed, 34 insertions, 0 deletions
diff --git a/textproc/dikt/Makefile b/textproc/dikt/Makefile new file mode 100644 index 000000000000..b3befd75b70f --- /dev/null +++ b/textproc/dikt/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: dikt +# Date created: 28-12-2008 +# Whom: Goran Tal <goran.tal@gmail.com> +# +# $FreeBSD$ + +PORTNAME= dikt +PORTVERSION= 1 +CATEGORIES= textproc net kde +MASTER_SITES= http://diktv1.googlepages.com/ +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 moc uic network svg xml +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> diff --git a/textproc/dikt/distinfo b/textproc/dikt/distinfo new file mode 100644 index 000000000000..ca42de30ee90 --- /dev/null +++ b/textproc/dikt/distinfo @@ -0,0 +1,3 @@ +MD5 (dikt-1.tbz) = a5b2c835c4158c7286c37340d3df0a20 +SHA256 (dikt-1.tbz) = 6075d00d10a5ff6d80ecd51ffe587f77ebeeddbacd4674d48ef617b9162f5264 +SIZE (dikt-1.tbz) = 16759 diff --git a/textproc/dikt/pkg-descr b/textproc/dikt/pkg-descr new file mode 100644 index 000000000000..6b8866a01e16 --- /dev/null +++ b/textproc/dikt/pkg-descr @@ -0,0 +1,5 @@ +Dikt is a dictionary application for KDE4. It is the client +side implementation of Dict protocol, with a browser interface +specialized for querying dictionaries. + +WWW: http://diktv1.googlepages.com/ |