1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/audio/libopenspc/Makefile
2021-04-06 16:31:07 +02:00

25 lines
540 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
PORTNAME= libopenspc
PORTVERSION= 0.3.99a
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://rainbow-runner.nl/freebsd/ \
LOCAL/kwm
MAINTAINER= kwm@FreeBSD.org
COMMENT= Library for playing SPC (SNES audio) files
BUILD_DEPENDS= nasm:devel/nasm
GNU_CONFIGURE= yes
USES= gmake libtool
USE_LDCONFIG= yes
ONLY_FOR_ARCHS= i386
LDFLAGS_i386= -Wl,-znotext
PLIST_FILES= include/openspc.h lib/libopenspc.a \
lib/libopenspc.so lib/libopenspc.so.0 lib/libopenspc.so.0.0.3
.include <bsd.port.mk>