aboutsummaryrefslogtreecommitdiffstats
path: root/comms/twpsk/Makefile
blob: 120bb7f53e056e2e20f2a9fda51eec73b940dae1 (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
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>