1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/audio/libsidplay2/Makefile
Donald Burr 6ffe045384 PR: ports/5504
Submitted by:	sec@42.org
Import of new port audio/sidplay, a C=64 SID musicfile player and
SID chip emulator.
1998-07-26 08:14:03 +00:00

28 lines
566 B
Makefile

# New ports collection makefile for: sidplay
# Version required: 1.36.10
# Date created: 31 October 1996
# Whom: Stefan Zehl <sec@42.org>
#
# $Id$
#
DISTNAME= sidplay-13625
PKGNAME= sidplay-1.36.25
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/
EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
USE_CONFIGURE= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
WRKSRC= ${WRKDIR}/${PKGNAME}
post-install:
strip ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
.include <bsd.port.mk>