diff options
author | will <will@FreeBSD.org> | 2001-04-10 19:42:59 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-10 19:42:59 +0000 |
commit | a515b1918c6eb95e347fbd56454d57e2ea648041 (patch) | |
tree | 158b76c06626af2cddc734001e8b5c1f02803698 /audio | |
parent | 482f0637bc5d479159c5367398c2e5bfca84f244 (diff) | |
download | FreeBSD-ports-a515b1918c6eb95e347fbd56454d57e2ea648041.zip FreeBSD-ports-a515b1918c6eb95e347fbd56454d57e2ea648041.tar.gz |
Add koog 0.3, a KDE napster client.
PR: 26453
Submitted by: Jeremy Shaffner <jeremy@external.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/koog/Makefile | 24 | ||||
-rw-r--r-- | audio/koog/distinfo | 1 | ||||
-rw-r--r-- | audio/koog/pkg-comment | 1 | ||||
-rw-r--r-- | audio/koog/pkg-descr | 4 | ||||
-rw-r--r-- | audio/koog/pkg-plist | 4 |
6 files changed, 35 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index fa78a45..ada2212 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -83,6 +83,7 @@ SUBDIR += kmp3 SUBDIR += kmpg SUBDIR += knapster + SUBDIR += koog SUBDIR += krio SUBDIR += lame SUBDIR += libao diff --git a/audio/koog/Makefile b/audio/koog/Makefile new file mode 100644 index 0000000..8bc0233 --- /dev/null +++ b/audio/koog/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: koog +# Date created: 09 April 2001 +# Whom: Jeremy Shaffner <jeremy@external.org> +# +# $FreeBSD$ +# + +PORTNAME= koog +PORTVERSION= 0.3 +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= jeremy@external.org + +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext + +USE_KDELIBS_VER= 2 +USE_XPM= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +MAKE_ENV= ${CONFIGURE_ENV} + +.include <bsd.port.mk> diff --git a/audio/koog/distinfo b/audio/koog/distinfo new file mode 100644 index 0000000..31ae3a5 --- /dev/null +++ b/audio/koog/distinfo @@ -0,0 +1 @@ +MD5 (koog-0.3.tar.gz) = 559411707ea1e705303ec25cecc3ab2d diff --git a/audio/koog/pkg-comment b/audio/koog/pkg-comment new file mode 100644 index 0000000..1929052 --- /dev/null +++ b/audio/koog/pkg-comment @@ -0,0 +1 @@ +A KDE napster client diff --git a/audio/koog/pkg-descr b/audio/koog/pkg-descr new file mode 100644 index 0000000..7d18a80 --- /dev/null +++ b/audio/koog/pkg-descr @@ -0,0 +1,4 @@ +Koog Epsilon is dedicated toward providing a very friendly +napster experience on KDE. + +WWW: http://koog.sourceforge.net diff --git a/audio/koog/pkg-plist b/audio/koog/pkg-plist new file mode 100644 index 0000000..5d36260 --- /dev/null +++ b/audio/koog/pkg-plist @@ -0,0 +1,4 @@ +bin/koog +share/applnk/Applications/koog.desktop +share/icons/locolor/16x16/apps/koog.png +share/icons/locolor/32x32/apps/koog.png |