blob: 9a0386d5f5a02dff69bc4d9bca3606d2e70d64ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: xmms-openspc
# Date created: 11 June 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= openspc
PORTVERSION= 0.0.3
CATEGORIES= audio
MASTER_SITES= http://critical.ch/distfiles/ \
http://staff.xmms.org/zinx/misc/tmp/
PKGNAMEPREFIX= xmms-
DISTNAME= xmms-OpenSPC-${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= An SPC player for XMMS using OpenSPC
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/openspc.so
ONLY_FOR_ARCHS= i386 # contains x86 assembler code
USE_X_PREFIX= yes
USE_AUTOTOOLS= libtool:15
.include <bsd.port.mk>
|