diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-27 21:42:12 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-27 21:42:12 +0800 |
commit | 04b41c861309940108fdfae9e85af2522daddafe (patch) | |
tree | e7ac71219b0af98354d72ca3e04aff885c3bf575 /audio/kmikmod | |
parent | 707cf1c5df47bb563f3dc6adf4937cd15935d537 (diff) | |
download | freebsd-ports-gnome-04b41c861309940108fdfae9e85af2522daddafe.tar.gz freebsd-ports-gnome-04b41c861309940108fdfae9e85af2522daddafe.tar.zst freebsd-ports-gnome-04b41c861309940108fdfae9e85af2522daddafe.zip |
KDE module player based on mikmod
PR: 10333
Submitted by: Tom Hukins <tom@eborcom.com>
Diffstat (limited to 'audio/kmikmod')
-rw-r--r-- | audio/kmikmod/Makefile | 30 | ||||
-rw-r--r-- | audio/kmikmod/distinfo | 1 | ||||
-rw-r--r-- | audio/kmikmod/pkg-comment | 1 | ||||
-rw-r--r-- | audio/kmikmod/pkg-descr | 11 | ||||
-rw-r--r-- | audio/kmikmod/pkg-plist | 18 |
5 files changed, 61 insertions, 0 deletions
diff --git a/audio/kmikmod/Makefile b/audio/kmikmod/Makefile new file mode 100644 index 000000000000..ca88d8af23d0 --- /dev/null +++ b/audio/kmikmod/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: kmikmod +# Version required: 2.04 +# Date created: 1 March 1999 +# Whom: Tom Hukins <tom@eborcom.com> +# +# $Id$ +# + +DISTNAME= kmikmod-2.04 +CATEGORIES= audio kde +MASTER_SITES= http://myy.helia.fi/~anttiner/ +EXTRACT_SUFX= .tgz + +MAINTAINER= tom@eborcom.com + +BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext +LIB_DEPENDS= kdecore.1:${PORTSDIR}/x11/kdelibs \ + kdeui.1:${PORTSDIR}/x11/kdelibs + +WRKSRC= ${WRKDIR}/kmikmod +USE_QT= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CXXFLAGS="${CXXFLAGS}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" + +pre-configure: + cd ${WRKSRC}/libmikmod; ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} + +.include <bsd.port.mk> diff --git a/audio/kmikmod/distinfo b/audio/kmikmod/distinfo new file mode 100644 index 000000000000..6df834f90572 --- /dev/null +++ b/audio/kmikmod/distinfo @@ -0,0 +1 @@ +MD5 (kmikmod-2.04.tgz) = c27c9d10a2f708004b549e99d035a9fb diff --git a/audio/kmikmod/pkg-comment b/audio/kmikmod/pkg-comment new file mode 100644 index 000000000000..221e697dc10b --- /dev/null +++ b/audio/kmikmod/pkg-comment @@ -0,0 +1 @@ +KDE module player based on mikmod. diff --git a/audio/kmikmod/pkg-descr b/audio/kmikmod/pkg-descr new file mode 100644 index 000000000000..d1573410bf14 --- /dev/null +++ b/audio/kmikmod/pkg-descr @@ -0,0 +1,11 @@ +Kmikmod is a module player, based on mikmod, which is fully +integrated with KDE. + +Kmikmod can play modules in many formats, including mod, stm, s3m, +mtm, xm and it. Playlist support allows you to listen to +pre-configured collections of modules. + +http://myy.helia.fi/~anttiner/kmikmod.html + +- Tom +tom@eborcom.com diff --git a/audio/kmikmod/pkg-plist b/audio/kmikmod/pkg-plist new file mode 100644 index 000000000000..ee2a1f7b53cd --- /dev/null +++ b/audio/kmikmod/pkg-plist @@ -0,0 +1,18 @@ +bin/kmikmod +share/applnk/Multimedia/kmikmod.kdelnk +share/apps/kmikmod/pics/km_configure.xpm +share/apps/kmikmod/pics/km_eject.xpm +share/apps/kmikmod/pics/km_fb.xpm +share/apps/kmikmod/pics/km_ff.xpm +share/apps/kmikmod/pics/km_logo.xpm +share/apps/kmikmod/pics/km_next.xpm +share/apps/kmikmod/pics/km_playpause.xpm +share/apps/kmikmod/pics/km_prev.xpm +share/apps/kmikmod/pics/km_quit.xpm +share/apps/kmikmod/pics/km_stop.xpm +share/icons/kmikmod.xpm +share/icons/mini/kmikmod.xpm +share/locale/fi/LC_MESSAGES/kmikmod.mo +share/locale/fr/LC_MESSAGES/kmikmod.mo +@dirrm share/apps/kmikmod/pics +@dirrm share/apps/kmikmod |