1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/sidplay/Makefile
Doug Barton c5f1322b06 A volunteer has stepped forward to host the distfiles for
audio/libsidplay and audio/sidplay, so un-DEPRECATE them,
and the ports that depend on them.

Reset the maintainer due to complete lack of response.
2011-09-25 23:18:57 +00:00

30 lines
774 B
Makefile

# New ports collection makefile for: sidplay
# Date created: 31 October 1996
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= sidplay
PORTVERSION= 1.0.9
CATEGORIES= audio emulators
MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}-base-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A Commodore SID-chip emulator that plays SID music files
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \
--with-sidplay-library=${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION}
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav ${PREFIX}/bin/sidcon
.include <bsd.port.mk>