1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/comms/gpsk31/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

24 lines
475 B
Makefile

# New ports collection makefile for: gpsk31
# Date created: 2005-05-27
# Whom: Søren Straarup <xride@x12.dk>
#
# $FreeBSD$
PORTNAME= gpsk31
PORTVERSION= 0.3
PORTREVISION= 6
CATEGORIES= comms hamradio
MASTER_SITES= http://www.qsl.net/pg4i/download/
MAINTAINER= xride@FreeBSD.org
COMMENT= A gtk psk31 client
USE_GNOME= gtk20
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
MAN1= gpsk31.1
.include <bsd.port.mk>