freebsd-ports/audio/libopenspc/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

24 lines
525 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
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
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>