aboutsummaryrefslogtreecommitdiffstats
path: root/audio/libsidplay/Makefile
blob: 3a65c3322f583145ca244733d2cf16b88bd4b8c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   libsidplay
# Date created:        31 October 1996
# Whom:                Stefan Zehl <sec@42.org>
#
# $FreeBSD$
#

PORTNAME=   libsidplay
PORTVERSION=    1.36.59
CATEGORIES= audio emulators
MASTER_SITES=   http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
EXTRACT_SUFX=   .tgz

MAINTAINER= sec@42.org
COMMENT=    A Commodore SID-chip emulator library to play SID music files

DEPRECATED= No Master Site
EXPIRATION_DATE=    2011-09-01

USE_AUTOTOOLS=  libtool
USE_LDCONFIG=   yes

.include <bsd.port.pre.mk>

.if (${ARCH} == i386)
CONFIGURE_ARGS+=    --enable-optendian --enable-optfixpoint
.endif

.include <bsd.port.post.mk>