blob: 9baf22907daf0605c1bcf656a99d7cce72eaa444 (
plain) (
blame)
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
30
31
32
33
34
|
# New ports collection makefile for: xmms-sexyspc
# Date created: 5 August 2007
# Whom: Naram Qashat <cyberbotx@cyberbotx.com>
#
# $FreeBSD$
#
PORTNAME= sexyspc
PORTVERSION= 0.5.0
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
PKGNAMEPREFIX= xmms-
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= An SPC plugin for XMMS based on the SNESAPU emulation core
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm \
xmms:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libsexyspc.a \
lib/xmms/Input/libsexyspc.la \
lib/xmms/Input/libsexyspc.so
ONLY_FOR_ARCHS= i386 # contains x86 assembler code
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= .*\.Inc
.include <bsd.port.mk>
|