mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
c5f1322b06
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.
27 lines
583 B
Makefile
27 lines
583 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://bsd-geek.de/FreeBSD/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A Commodore SID-chip emulator library to play SID music files
|
|
|
|
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>
|