1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/libsidplay/Makefile
Tobias Kortkamp 6b812f11f4
audio/libsidplay: Make CONFIGURE_ARGS_i386 do something
Reported by:	portscan (unreferenced variable)
2021-10-19 10:37:51 +02:00

30 lines
679 B
Makefile

# Created by: Stefan Zehl <sec@42.org>
PORTNAME= libsidplay
PORTVERSION= 1.36.60
PORTREVISION= 1
CATEGORIES= audio emulators
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${DISTVERSION}${DISTVERSIONSUFFIX}.orig
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Commodore SID-chip emulator library to play SID music files
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf libtool tar:bz2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ${CONFIGURE_ARGS_${ARCH}}
CONFIGURE_ENV= sid_cv_have_ios_binary=yes
INSTALL_TARGET= install-strip
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIGURE_ARGS_i386= --enable-optendian --enable-optfixpoint
.include <bsd.port.mk>