1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/comms/gpsk31/Makefile
2014-06-27 20:10:54 +00:00

21 lines
409 B
Makefile

# Created by: Søren Straarup <xride@x12.dk>
# $FreeBSD$
PORTNAME= gpsk31
PORTVERSION= 0.3
PORTREVISION= 7
CATEGORIES= comms hamradio
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= hamradio@FreeBSD.org
COMMENT= A gtk psk31 client
USES= pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
.include <bsd.port.mk>