freebsd-ports/audio/xmms-festalon/Makefile
Pav Lucistnik 97f499d1a7 - audio/festalon is a command line player for .nsf and .hes audio files (master
port)
- audio/xmms-festalon is a XMMS plugin for playing .nsf and .hes audio files
  (slave port)
- audio/bmp-festalon is a Beep plugin for playing .nsf and .hes audio files
  (slave port)

It supports all internal sound channels and the extra sound channels found in
the Konami VRC6, Konami VRC7, Namco 106, Nintendo MMC5, and Sunsoft FME-07
chips.

The extra sound channel present in the Famicom Disk System is also emulated.

PR:		ports/83405
Submitted by:	Emanuel Haupt <ehaupt@critical.ch>
2005-07-15 21:26:56 +00:00

30 lines
703 B
Makefile

# New ports collection makefile for: xmms-festalon
# Date created: 13 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PKGNAMEPREFIX= xmms-
COMMENT= A XMMS plugin for playing .nsf and .hes audio files
MASTERDIR= ${.CURDIR}/../festalon
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
USE_X_PREFIX= yes
USE_GNOME= glib12
CONFIGURE_ARGS+= --enable-interface=interface
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
PLIST_FILES= lib/xmms/Input/libfestalon_xmms.a \
lib/xmms/Input/libfestalon_xmms.so \
lib/xmms/Input/libfestalon_xmms.so.0 \
lib/xmms/Input/libfestalon_xmms.la
.include "${MASTERDIR}/Makefile"