freebsd-ports/audio/libopenspc/Makefile
Koop Mast 64c329edfc Add dependency on nasm.
Reported by:	pointyhat
2009-01-06 20:08:35 +00:00

27 lines
585 B
Makefile

# New ports collection makefile for: libopenspc
# Date created: 01 Jan 2009
# Whom: 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
USE_GMAKE= yes
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>