7469b029a6
Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
27 lines
507 B
Makefile
27 lines
507 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= twpsk
|
|
PORTVERSION= 4.3
|
|
PORTREVISION= 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
|
|
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>
|