3e4ed01146
- 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)
33 lines
825 B
Makefile
33 lines
825 B
Makefile
# New ports collection makefile for: libsidplay2
|
|
# Date created: 6 October 2002
|
|
# Whom: Anders Nordby <anders@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsidplay2
|
|
PORTVERSION= 2.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= sidplay2
|
|
DISTNAME= sidplay-libs-${PORTVERSION}
|
|
|
|
MAINTAINER= alexbl@FreeBSD.org
|
|
COMMENT= Library to play Commodore 64 SID-tunes cycle accurate
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
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>
|