2005-06-11 22:31:11 +02:00
|
|
|
# New ports collection makefile for: xmms-openspc
|
|
|
|
# Date created: 11 June 2005
|
|
|
|
# Whom: Emanuel Haupt <ehaupt@critical.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-09-17 19:24:09 +02:00
|
|
|
PORTNAME= openspc
|
2005-06-11 22:31:11 +02:00
|
|
|
PORTVERSION= 0.0.3
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2005-06-11 22:31:11 +02:00
|
|
|
CATEGORIES= audio
|
2005-09-17 19:24:09 +02:00
|
|
|
MASTER_SITES= http://critical.ch/distfiles/ \
|
2006-06-01 19:23:57 +02:00
|
|
|
http://energy.critical.ch/distfiles/
|
2005-09-17 19:24:09 +02:00
|
|
|
PKGNAMEPREFIX= xmms-
|
2005-06-11 22:31:11 +02:00
|
|
|
DISTNAME= xmms-OpenSPC-${PORTVERSION}
|
|
|
|
|
2005-10-06 13:57:11 +02:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2005-06-11 22:31:11 +02:00
|
|
|
COMMENT= An SPC player for XMMS using OpenSPC
|
|
|
|
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
|
|
|
|
xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
PLIST_FILES= lib/xmms/Input/openspc.la \
|
|
|
|
lib/xmms/Input/openspc.so
|
2005-06-11 22:31:11 +02:00
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386 # contains x86 assembler code
|
|
|
|
USE_X_PREFIX= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-11 22:31:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|