diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 03:50:22 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 03:50:22 +0000 |
commit | 4e89bf01917b90653d9ceb8d5525861c80193e1f (patch) | |
tree | 68801f7b878ea730ab54f2625e2ba42e3057eb5f | |
parent | c77f886f2df88a0ae7b16ed2642eff8a28f13316 (diff) | |
download | FreeBSD-ports-4e89bf01917b90653d9ceb8d5525861c80193e1f.zip FreeBSD-ports-4e89bf01917b90653d9ceb8d5525861c80193e1f.tar.gz |
Initial import of kmp3 version 0.2.2.
An mp3 player for the KDE.
PR: 10770
Submitted by: Oscar Bonilla <obonilla@fisicc-ufm.edu>
-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 0000000..7072141 --- /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 0000000..20e4e94 --- /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 0000000..0d870ab --- /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 0000000..541fbe2 --- /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 0000000..e211584 --- /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 |