361a77eacc
Add more mirrors (primary is currently down) as well as MASTER_SITE_LOCAL This claims to have integrated patches from the port, but only one patch gets deleted.
38 lines
948 B
Makefile
38 lines
948 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= soundmodem
|
|
PORTVERSION= 0.18
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \
|
|
http://soundmodem.vk4msl.yi.org/ \
|
|
http://pv529.ncsrv.de/soundmodem/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= shurd
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Amateur Radio sound modem
|
|
|
|
LICENSE= GPLv1
|
|
|
|
LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile
|
|
|
|
CONFIGURE_ARGS= --disable-alsatest
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
USES= gmake pkgconfig gettext
|
|
HAS_CONFIGURE= yes
|
|
USE_GNOME= gtk20 libxml2
|
|
|
|
pre-patch:
|
|
@${CP} ${FILESDIR}/soundmodem ${WRKSRC}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
|
${WRKSRC}/soundcard/soundmodem.8 \
|
|
${WRKSRC}/soundcard/main.c \
|
|
${WRKSRC}/configapp/src/soundmodemconfig.8 \
|
|
${WRKSRC}/configapp/src/main.c \
|
|
${WRKSRC}/soundmodem
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/soundmodem ${STAGEDIR}${PREFIX}/etc/rc.d
|
|
|
|
.include <bsd.port.mk>
|