aboutsummaryrefslogtreecommitdiffstats
path: root/comms/gpsk31/Makefile
blob: 7e3c05bf34cc60db4fcf398b053d68274e92d8db (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
24
# 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=   1
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
USE_X_PREFIX=   yes

post-patch:
    @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure

MAN1=   gpsk31.1
.include <bsd.port.mk>