mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
3064016d92
PR: 192496 Submitted by: takefu (airport.fm)
24 lines
458 B
Makefile
24 lines
458 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= twpsk
|
|
PORTVERSION= 4.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
|
|
|
|
LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio
|
|
|
|
GNU_CONFIGURE= yes
|
|
CFLAGS+= -L${LOCALBASE}/lib -I${PREFIX}/include
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|