1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/comms/twpsk/Makefile
Soeren Straarup e6d16f439e Change my MAINTAINER email to be my @FreeBSD email
Approved by:	tmclaugh
2006-09-29 22:01:22 +00:00

30 lines
604 B
Makefile

# 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@FreeBSD.org
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>