2013-04-23 01:19:08 +02:00
|
|
|
# Created by: Anders Nordby <anders@FreeBSD.org>
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2002-11-18 06:08:19 +01:00
|
|
|
PORTNAME= libsidplay2
|
2004-07-17 19:01:17 +02:00
|
|
|
PORTVERSION= 2.1.1
|
2015-01-18 20:40:27 +01:00
|
|
|
PORTREVISION= 8
|
1998-07-26 10:14:03 +02:00
|
|
|
CATEGORIES= audio emulators
|
2009-08-22 02:13:26 +02:00
|
|
|
MASTER_SITES= SF/sidplay2/sidplay2/sidplay-libs-${PORTVERSION}
|
2003-02-02 13:15:14 +01:00
|
|
|
DISTNAME= sidplay-libs-${PORTVERSION}
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2009-08-02 10:02:03 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-02-16 21:17:56 +01:00
|
|
|
COMMENT= Library to play Commodore 64 SID-tunes cycle accurately
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2014-08-31 18:38:08 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
USE_LDCONFIG= yes
|
2002-12-22 18:30:31 +01:00
|
|
|
|
|
|
|
post-patch:
|
2003-02-02 13:15:14 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \
|
|
|
|
${WRKSRC}/libsidutils/src/ini/ini.cpp
|
2014-09-01 20:58:35 +02:00
|
|
|
@${REINPLACE_CMD} '/^Libs:/s|\($${libdir}\)/lib\(.*\).la|-L\1 -l\2|' \
|
|
|
|
${WRKSRC}/libsidplay/unix/libsidplay2.pc.in \
|
|
|
|
${WRKSRC}/libsidutils/unix/libsidutils.pc.in
|
2002-07-17 00:06:49 +02:00
|
|
|
|
2004-08-18 20:11:00 +02:00
|
|
|
.include <bsd.port.mk>
|