diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:50:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:50:22 +0000 |
commit | a9191d6a89a7eca78073498dbea149f3ff37d1ac (patch) | |
tree | be7633095decc19582a189dae61ed73b7398eb5b /audio/kmp3 | |
parent | Initial import of juke version 0.5 (diff) |
Initial import of kmp3 version 0.2.2.
An mp3 player for the KDE.
PR: 10770
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
Notes
Notes:
svn path=/head/; revision=18390
Diffstat (limited to 'audio/kmp3')
-rw-r--r-- | audio/kmp3/Makefile | 26 | ||||
-rw-r--r-- | audio/kmp3/distinfo | 1 | ||||
-rw-r--r-- | audio/kmp3/pkg-comment | 1 | ||||
-rw-r--r-- | audio/kmp3/pkg-descr | 4 | ||||
-rw-r--r-- | audio/kmp3/pkg-plist | 14 |
5 files changed, 46 insertions, 0 deletions
diff --git a/audio/kmp3/Makefile b/audio/kmp3/Makefile new file mode 100644 index 000000000000..7072141ce114 --- /dev/null +++ b/audio/kmp3/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: kmpg +# Version required: 0.2.2 +# Date created: 24 May 1999 +# Whom: Oscar Bonilla <obonilla@fisicc-ufm.edu> +# +# $Id$ +# + +DISTNAME= kmp3-0.2.2 +CATEGORIES= audio kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/1.1/apps/multimedia/sound + +MAINTAINER= obonilla@fisicc-ufm.edu + +LIB_DEPENDS= kdecore.2:${PORTSDIR}/x11/kdelibs11 \ + kdeui.2:${PORTSDIR}/x11/kdelibs11 + +USE_QT= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" +WRKSRC= ${WRKDIR}/kmp3 + +.include <bsd.port.mk> diff --git a/audio/kmp3/distinfo b/audio/kmp3/distinfo new file mode 100644 index 000000000000..20e4e94e19b6 --- /dev/null +++ b/audio/kmp3/distinfo @@ -0,0 +1 @@ +MD5 (kmp3-0.2.2.tar.gz) = 40afffe0902d7214e60b7ab8c669d285 diff --git a/audio/kmp3/pkg-comment b/audio/kmp3/pkg-comment new file mode 100644 index 000000000000..0d870ab7d10f --- /dev/null +++ b/audio/kmp3/pkg-comment @@ -0,0 +1 @@ +An mp3 player for the KDE diff --git a/audio/kmp3/pkg-descr b/audio/kmp3/pkg-descr new file mode 100644 index 000000000000..541fbe223578 --- /dev/null +++ b/audio/kmp3/pkg-descr @@ -0,0 +1,4 @@ +This is an mp3 player for the K Desktop Environment. +Looks like the cd player that comes with kmultimedia (kscd). + +-Oscar Bonilla <obonilla@fisicc-ufm.edu> diff --git a/audio/kmp3/pkg-plist b/audio/kmp3/pkg-plist new file mode 100644 index 000000000000..e21158454f5a --- /dev/null +++ b/audio/kmp3/pkg-plist @@ -0,0 +1,14 @@ +bin/kmp3 +bin/kmp3player +share/applnk/Multimedia/KMp3.kdelnk +share/apps/kmp3/pics/dock_idle.xpm +share/apps/kmp3/pics/dock_playing.xpm +share/apps/kmp3/pics/logo.xpm +share/icons/kmp3.xpm +share/icons/mini/kmp3.xpm +share/locale/de/LC_MESSAGES/kmp3.mo +share/locale/es/LC_MESSAGES/kmp3.mo +share/locale/fr/LC_MESSAGES/kmp3.mo +share/locale/is/LC_MESSAGES/kmp3.mo +@dirrm share/apps/kmp3/pics +@dirrm share/apps/kmp3 |