freebsd-ports/audio/libsidplay/Makefile
Doug Barton 0a42c416b7 Turns out that some geocities sites are more dead than others.
My apologies for the inconvenience.

Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/
2011-08-23 17:34:17 +00:00

29 lines
662 B
Makefile

# New ports collection makefile for: libsidplay
# Date created: 31 October 1996
# Whom: Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#
PORTNAME= libsidplay
PORTVERSION= 1.36.59
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
COMMENT= A Commodore SID-chip emulator library to play SID music files
DEPRECATED= No Master Site
EXPIRATION_DATE= 2011-09-01
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if (${ARCH} == i386)
CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
.endif
.include <bsd.port.post.mk>