1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/comms/twpsk/Makefile
Diane Bruce 500292e485 Changes Ver 4.3
- commented out unused function (txTextCB) tnx Ervin, HA2OS

PR:		ports/221933
Submitted by:	Maintainer
2017-09-11 14:09:56 +00:00

25 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= twpsk
PORTVERSION= 4.3
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= *
.include <bsd.port.mk>