mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
27 lines
491 B
Makefile
27 lines
491 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= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|