freebsd-ports/audio/sidplay2/Makefile
2014-09-06 09:49:51 +00:00

21 lines
506 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= sidplay2
PORTVERSION= 2.0.9
PORTREVISION= 1
CATEGORIES= audio emulators
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/sidplay-${PORTVERSION}
DISTNAME= sidplay-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Commodore SID music player using libsidplay2
LIB_DEPENDS= libsidplay2.so:${PORTSDIR}/audio/libsidplay2
GNU_CONFIGURE= yes
USES= pkgconfig
PLIST_FILES= bin/sidplay2 man/man1/sidplay2.1.gz
.include <bsd.port.mk>