2000-06-29 12:17:09 +02:00
|
|
|
# New ports collection makefile for: libsidplay
|
1998-07-26 10:14:03 +02:00
|
|
|
# Date created: 31 October 1996
|
|
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1998-07-26 10:14:03 +02:00
|
|
|
#
|
|
|
|
|
2000-06-29 12:17:09 +02:00
|
|
|
PORTNAME= libsidplay
|
2004-10-12 00:22:09 +02:00
|
|
|
PORTVERSION= 1.36.59
|
1998-07-26 10:14:03 +02:00
|
|
|
CATEGORIES= audio emulators
|
1998-12-16 01:32:21 +01:00
|
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
2002-08-05 21:30:50 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-07-26 10:14:03 +02:00
|
|
|
|
|
|
|
MAINTAINER= sec@42.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A Commodore SID-chip emulator library to play SID music files
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
- 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
|
1998-07-26 10:14:03 +02:00
|
|
|
|
2002-08-05 21:30:50 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2002-07-17 00:06:49 +02:00
|
|
|
|
|
|
|
.if (${ARCH} == i386)
|
2002-08-05 21:30:50 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
|
2002-07-17 00:06:49 +02:00
|
|
|
.endif
|
|
|
|
|
2002-08-05 21:30:50 +02:00
|
|
|
.include <bsd.port.post.mk>
|