2002-11-18 06:08:19 +01:00
|
|
|
# New ports collection makefile for: libsidplay2
|
|
|
|
# Date created: 6 October 2002
|
|
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
1998-07-26 10:14:03 +02:00
|
|
|
#
|
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
|
2006-06-11 00:11:25 +02:00
|
|
|
PORTREVISION= 2
|
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
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2013-03-19 14:04:30 +01:00
|
|
|
USES= pathfix
|
2002-11-18 06:08:19 +01:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2012-07-26 07:40:22 +02:00
|
|
|
USE_PKGCONFIG= yes
|
2004-07-17 19:01:17 +02:00
|
|
|
LIBTOOLFILES= builders/hardsid-builder/configure \
|
|
|
|
builders/resid-builder/configure \
|
|
|
|
libsidplay/configure \
|
|
|
|
libsidutils/configure \
|
|
|
|
resid/configure
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
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
|
2002-07-17 00:06:49 +02:00
|
|
|
|
2004-08-18 20:11:00 +02:00
|
|
|
.include <bsd.port.mk>
|