c4aeb41daf
- Bump PORTREVISION of libsidplay2 and sidplay2 (package change) PR: 195343 Submitted by: crest@sahiro.org MFH: 2014Q4
21 lines
506 B
Makefile
21 lines
506 B
Makefile
# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sidplay2
|
|
PORTVERSION= 2.0.9
|
|
PORTREVISION= 2
|
|
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>
|