1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/audio/sidplay2/Makefile
2021-04-06 16:31:07 +02:00

25 lines
549 B
Makefile

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