1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/libsidplay/Makefile
Kevin Lo 22574320f1 Upgrade to 1.36.46
PR: 24168
Submitted by: MAINTAINER
2001-01-09 16:58:13 +00:00

27 lines
695 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.46
CATEGORIES= audio emulators
MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/
DISTFILES= ${PORTNAME}-${PORTVERSION}.tgz
MAINTAINER= sec@42.org
# geocities seems to be broken.
# The HTTP Content-Length-header is different from what is received.
# fetch: libsidplay-1.36.46.tgz appears to be truncated: 202352/202442 bytes
FETCH_AFTER_ARGS= || true
FETCH_CMD= /usr/bin/fetch
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
USE_GMAKE= yes
USE_NEWGCC= yes
.include <bsd.port.mk>