aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gpsk31/Makefile
blob: bb7b4878a2b57ec4dfe1242b1f2347f0b8972874 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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=   3
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>