diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-07 02:42:12 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-07 02:42:12 +0800 |
commit | 5f32643053d8c26efc6f1f99a8a6c171c4e21a8d (patch) | |
tree | 01d88dd0fb202fee8051d54b41c5dd3e9906e73e | |
parent | 7acfe3331e65d4b240c37f7b13115505124a79d9 (diff) | |
download | freebsd-ports-gnome-5f32643053d8c26efc6f1f99a8a6c171c4e21a8d.tar.gz freebsd-ports-gnome-5f32643053d8c26efc6f1f99a8a6c171c4e21a8d.tar.zst freebsd-ports-gnome-5f32643053d8c26efc6f1f99a8a6c171c4e21a8d.zip |
Add xmms-ahx.
XMMS input plugin for AHX format support. AHX is a synthetic music format from
Amiga, and reproducing C64-style music.
WWW: http://xmms-ahx.sourceforge.net/
PR: ports/81811
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-ahx/Makefile | 28 | ||||
-rw-r--r-- | audio/xmms-ahx/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-ahx/pkg-descr | 7 |
4 files changed, 38 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 375c7663def0..1c1bccde248b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -501,6 +501,7 @@ SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms-a52dec + SUBDIR += xmms-ahx SUBDIR += xmms-arts_output SUBDIR += xmms-audiofile SUBDIR += xmms-bonk diff --git a/audio/xmms-ahx/Makefile b/audio/xmms-ahx/Makefile new file mode 100644 index 000000000000..deea2ea01219 --- /dev/null +++ b/audio/xmms-ahx/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xmms-ahx +# Date created: 2 June 2005 +# Whom: Emanuel Haupt <ehaupt@critical.ch> +# +# $FreeBSD$ +# + +PORTNAME= xmms-ahx +PORTVERSION= 0.6 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ehaupt@critical.ch +COMMENT= XMMS plugin for playing AHX tunes + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +PLIST_FILES= lib/xmms/Input/libahx.so + +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 +USE_GMAKE= yes +USE_GNOME= gtk12 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> diff --git a/audio/xmms-ahx/distinfo b/audio/xmms-ahx/distinfo new file mode 100644 index 000000000000..d57ba03a4000 --- /dev/null +++ b/audio/xmms-ahx/distinfo @@ -0,0 +1,2 @@ +MD5 (xmms-ahx-0.6.tar.gz) = d1f16d70f2aed108c51e174262f8139d +SIZE (xmms-ahx-0.6.tar.gz) = 339874 diff --git a/audio/xmms-ahx/pkg-descr b/audio/xmms-ahx/pkg-descr new file mode 100644 index 000000000000..d6b4b6bf23e7 --- /dev/null +++ b/audio/xmms-ahx/pkg-descr @@ -0,0 +1,7 @@ +XMMS input plugin for AHX format support. AHX is a synthetic music format from +Amiga, and reproducing C64-style music. + +WWW: http://xmms-ahx.sourceforge.net/ + +- ehaupt +ehaupt@critical.ch |