summaryrefslogtreecommitdiffstats
path: root/comms/twpsk/Makefile
blob: a9a18ed300c2fa2cc571a0803245e6d9daa7ae83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    twpsk
# Date created:         2005-05-27
# Whom:                 Søren Straarup <xride@x12.dk>
#
# $FreeBSD$
#

PORTNAME=	twpsk
PORTVERSION=	2.1
CATEGORIES=	comms hamradio
MASTER_SITES=	http://www.ibiblio.org/pub/linux/apps/ham/

MAINTAINER=	xride@x12.dk
COMMENT=	A openmotif X psk31 client

USE_XPM=	yes
USE_MOTIF=	yes

MAN1=		psk31.1

FILES_TO_PATCH=	Makefile psk31.1 twpskHelp
post-patch:
.for file in ${FILES_TO_PATCH}
	@${REINPLACE_CMD} -e \
		's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${X11BASE}|g' \
		${WRKSRC}/${file}
.endfor

.include <bsd.port.mk>
OpenPOWER on IntegriCloud