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
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= 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>
|