aboutsummaryrefslogtreecommitdiff
path: root/comms/twpsk/Makefile
blob: 8be7ad85a3a86dd67322fd75d349def5cb22e8a2 (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
25
26
27
28
29
30
# 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
USE_REINPLACE=	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>