freebsd-ports/comms/twpsk/Makefile
Rene Ladan 7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00

27 lines
507 B
Makefile

# $FreeBSD$
PORTNAME= twpsk
PORTVERSION= 4.3
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://wa0eir.bcts.info/src/
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= takefu@airport.fm
COMMENT= X psk31 client
LICENSE= GPLv3
USES= motif pkgconfig
USE_XORG= sm ice xt x11
LIB_DEPENDS= libpulse.so:audio/pulseaudio
GNU_CONFIGURE= yes
CFLAGS+= -L${LOCALBASE}/lib -I${PREFIX}/include
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PORTDOCS= *
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>