diff options
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 fa78a452b090..ada2212c900c 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 000000000000..8bc023357284 --- /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 000000000000..31ae3a528775 --- /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 000000000000..1929052b9108 --- /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 000000000000..7d18a802dd38 --- /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 000000000000..5d3626045a37 --- /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 |