1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/audio/xmms-sid/Makefile
Doug Barton d28e62d866 Deprecate audio/xmms-sid and www/plugger-plugins-hubbe which rely on
audio/libsidplay, which is deprecated for a dead master site.

Extend the deprecation for audio/*sidplay to give time to deal with their
several dependencies.
2011-09-12 10:13:36 +00:00

38 lines
959 B
Makefile

# New ports collection makefile for: xmms-sid
# Date created: 9 Sep 2002
# Whom: David Yeske <dyeske@gmail.com>
#
# $FreeBSD$
#
PORTNAME= xmms-sid
PORTVERSION= 0.7.4
PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www.tnsp.org/xs-files/
MAINTAINER= ports@FreeBSD.org
COMMENT= XMMS input plugin to play SID files
DEPRECATED= Relies on audio/libsidplay, which is deprecated
EXPIRATION_DATE= 2011-09-30
LIB_DEPENDS= sidplay.1:${PORTSDIR}/audio/libsidplay
BUILD_DEPENDS= xmms-config:${PORTSDIR}/multimedia/xmms
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
PLIST_FILES= lib/xmms/Input/libsid.so
USE_BZIP2= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|^CFLAGS = -O2 -W -Wall|CFLAGS = @CFLAGS@ |; \
s|-lstdc++||; \
s|^LIBS = -lsidplay|LIBS = -lsidplay -lstdc++|' \
${BUILD_WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
.include <bsd.port.mk>