freebsd-ports/comms/twpsk/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

23 lines
446 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:audio/pulseaudio
GNU_CONFIGURE= yes
CFLAGS+= -L${LOCALBASE}/lib -I${PREFIX}/include
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PORTDOCS= *
.include <bsd.port.mk>