blob: b1e27991775606446e55560fbbfba3660a9bb84c (
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libopenspc
PORTVERSION= 0.3.99a
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= kwm
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for playing SPC (SNES audio) files
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
GNU_CONFIGURE= yes
USES= gmake
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
PLIST_FILES= include/openspc.h lib/libopenspc.a lib/libopenspc.la \
lib/libopenspc.so lib/libopenspc.so.0 \
.include <bsd.port.mk>
|