1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/sidplay/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

25 lines
637 B
Makefile

# Created by: Stefan Zehl <sec@42.org>
# $FreeBSD$
PORTNAME= sidplay
PORTVERSION= 1.0.9
DISTVERSIONPREFIX= base-
CATEGORIES= audio emulators
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ \
http://www.sourcefiles.org/Multimedia/Module_Players/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Commodore SID-chip emulator that plays SID music files
LICENSE= GPLv2+
LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
--with-sidplay-library=${LOCALBASE}/lib
PLIST_FILES= bin/sid2wav bin/sidcon bin/sidplay
.include <bsd.port.mk>