freebsd-ports/audio/libsidplay2/Makefile

34 lines
804 B
Makefile
Raw Normal View History

# New ports collection makefile for: libsidplay2
# Date created: 6 October 2002
# Whom: Anders Nordby <anders@FreeBSD.org>
#
1999-08-25 06:36:31 +02:00
# $FreeBSD$
#
PORTNAME= libsidplay2
PORTVERSION= 2.1.1
PORTREVISION= 2
CATEGORIES= audio emulators
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
DISTNAME= sidplay-libs-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
USES= pathfix
USE_GMAKE= yes
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_PKGCONFIG= yes
LIBTOOLFILES= builders/hardsid-builder/configure \
builders/resid-builder/configure \
libsidplay/configure \
libsidutils/configure \
resid/configure
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
${WRKSRC}/libsidutils/src/ini/ini.cpp
.include <bsd.port.mk>