mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
6d8d821098
Schwendt. This version is written by Simon White and is cycle accurate for improved sound reproduction. Sidplay 2 is capable of playing all C64 mono and stereo file formats. WWW: http://sidplay2.sourceforge.net/ PR: ports/98762 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com> Approved by: lawrance (mentor, implicit)
26 lines
590 B
Makefile
26 lines
590 B
Makefile
# New ports collection makefile for: sidplay2
|
|
# Date created: 09 June 2006
|
|
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sidplay2
|
|
PORTVERSION= 2.0.9
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= sidplay-${PORTVERSION}
|
|
|
|
MAINTAINER= alex@foxybanana.com
|
|
COMMENT= A player that plays Commodore SID music files using libsidplay2
|
|
|
|
LIB_DEPENDS= sidplay2.1:${PORTSDIR}/audio/libsidplay2
|
|
|
|
MAN1= sidplay2.1
|
|
PLIST_FILES= bin/sidplay2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|