mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
9266f9213a
Approved by: maintainer
26 lines
531 B
Makefile
26 lines
531 B
Makefile
# New ports collection makefile for: libsidplay
|
|
# Date created: 31 October 1996
|
|
# Whom: Stefan Zehl <sec@42.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsidplay
|
|
PORTVERSION= 1.36.57
|
|
CATEGORIES= audio emulators
|
|
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sec@42.org
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if (${ARCH} == i386)
|
|
CONFIGURE_ARGS+= --enable-optendian --enable-optfixpoint
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|