mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# ports collection makefile for: soundmodem
|
|
# Date created: 4 November 2006
|
|
# Whom: db
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= soundmodem
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 2
|
|
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>
|