freebsd-ports/audio/libopenspc/Makefile
Baptiste Daroussin 5163781803 Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
2013-08-30 23:01:05 +00:00

23 lines
506 B
Makefile

# 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>