mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
500292e485
- commented out unused function (txTextCB) tnx Ervin, HA2OS PR: ports/221933 Submitted by: Maintainer
25 lines
469 B
Makefile
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>
|