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
|
2008-06-06 15:08:29 +02:00
|
|
|
PORTREVISION= 4
|
2005-06-11 22:31:11 +02:00
|
|
|
CATEGORIES= audio
|
2008-03-27 23:15:47 +01:00
|
|
|
MASTER_SITES= CRITICAL
|
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
|
|
|
|
|
2009-03-30 16:18:26 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
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
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-06-11 22:31:11 +02:00
|
|
|
|
2007-03-29 12:51:00 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
|
|
|
|
|
2005-06-11 22:31:11 +02:00
|
|
|
.include <bsd.port.mk>
|