freebsd-ports/comms/soundmodem/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

44 lines
1.1 KiB
Makefile

# ports collection makefile for: soundmodem
# Date created: 4 November 2006
# Whom: db
#
# $FreeBSD$
#
PORTNAME= soundmodem
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \
http://chronos.org.uk/distfiles/
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio sound modem
LIB_DEPENDS= audiofile:${PORTSDIR}/audio/libaudiofile
CONFIGURE_ARGS= --disable-alsatest
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
HAS_CONFIGURE= yes
ONLY_FOR_ARCHS= i386
USE_GNOME= gtk12 libxml
MAN8= soundmodem.8 soundmodemconfig.8
PLIST_FILES= bin/soundmodemconfig etc/rc.d/soundmodem \
include/modem.h include/simd.h sbin/soundmodem
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 ${PREFIX}/etc/rc.d
.include <bsd.port.mk>