freebsd-ports/comms/twpsk/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

47 lines
1.1 KiB
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
PORTREVISION= 3
CATEGORIES= comms hamradio
MASTER_SITES= http://www.ibiblio.org/pub/linux/apps/ham/
MAINTAINER= xride@FreeBSD.org
COMMENT= A openmotif X psk31 client
USE_XORG= xpm
USE_MOTIF= yes
MAN1= psk31.1
FILES_TO_PATCH= Makefile psk31.1 twpskHelp user-twpsk/makefile \
user-twpsk/savedir/makefile \
user-twpsk/savedir/INSTALL \
user-twpsk/twpskHelp \
user/term-psk31.C \
user-twpsk/twpsk.C \
user-twpsk/twpskDiags.C \
user-twpsk/savedir/twpsk.C \
user-twpsk/savedir/twpskDiags.C \
user-twpsk/savedir/twpskHelp
post-patch:
.for file in ${FILES_TO_PATCH}
@${REINPLACE_CMD} -e \
's|/usr/local|${LOCALBASE}|g;s|/usr/X11R6|${LOCALBASE}|g' \
${WRKSRC}/${file}
.endfor
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
BROKEN= Does not compile with GCC 4.2
.endif
.endif
.include <bsd.port.post.mk>