freebsd-ports/audio/wmtune/Makefile
Roger Hardiman d65607e269 Re-order the master sites.
www.soren.org is the master site for wmtune but contains a broken
and out of date wmtune.diff.gz file.
So by moving www.soren.org to the end of the list we hopefully
will never pick up this broken file.

Also fix a portlint ordering warning

Submitted by:	bento
2000-11-13 12:33:48 +00:00

54 lines
1.3 KiB
Makefile

# New ports collection makefile for: wmtune
# Date created: 28 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= wmtune
PORTVERSION= 1.0
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/distfiles/ \
http://www.rostock.zgdv.de/~runge/radio/ \
http://www.soren.org/linux/wmtune/dl/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${WMTUNE_DIFF}
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= jedgar@FreeBSD.org
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
PATCH_ARGS =-p0 -d ${WRKDIR}
.include <bsd.port.pre.mk>
.if !defined(WITH_RADIOTRACK)
WMTUNE_DIFF= wmtune.diff.gz
pre-fetch:
@${ECHO}
@${ECHO} "To enable support for RadioTrack radio cards,"
@${ECHO} "define WITH_RADIOTRACK (make WITH_RADIOTRACK=yes)."
@${ECHO}
@sleep 3
.else
WMTUNE_DIFF= wmtune.radiotrack.diff.gz
.endif
post-patch:
@${GUNZIP_CMD} -c ${DISTDIR}/${WMTUNE_DIFF} | ${PATCH} ${PATCH_ARGS}
@${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.orig
@${SED} -e 's|-O2|${CFLAGS}|' -e 's|cc|${CC}|' \
< ${WRKSRC}/Makefile.orig > ${WRKSRC}/Makefile
do-configure:
@${PERL} -pi.orig -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/src/wmtune.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmtune ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sample.wmtunerc ${PREFIX}/etc
.include <bsd.port.post.mk>