freebsd-ports/comms/amtterm/Makefile
Chris Rees 253f789f77 We never actually build the GTK frontend anyway. If anyone would like the
GTK frontend built as an OPTION, they should feel free so to request.

PR:		ports/180956
Submitted by:	Stephen Hurd <shurd@sasktel.net>
2013-08-05 09:06:31 +00:00

39 lines
890 B
Makefile

# $FreeBSD$
PORTNAME= amtterm
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= comms
MASTER_SITES= https://www.kraxel.org/releases/${PORTNAME}/
MAINTAINER= crees@FreeBSD.org
COMMENT= Serial-over-lan client for Intel AMT
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= p5-SOAP-Lite>=0.5:${PORTSDIR}/net/p5-SOAP-Lite
USE_GMAKE= yes
MAKEFILE= GNUmakefile
MAKE_ENV+= mandir=${MANPREFIX}/man
MAKE_ARGS+= HAVE_GTK=no
PLIST_FILES= bin/${PORTNAME} \
bin/amttool \
share/applications/gamt.desktop
PLIST_DIRSTRY= share/applications
MAN1= gamt.1 ${PORTNAME}.1 amttool.1
MAN7= amt-howto.7
MANCOMPRESSED= no
post-patch:
@${REINPLACE_CMD} -e 's,/sbin/ldconfig -p,${LDCONFIG} -r,' \
${WRKSRC}/mk/Autoconf.mk
.for mandir in 1 7
@${REINPLACE_CMD} -e \
's,$$(mandir)/man${mandir},${MAN${mandir}PREFIX}/man/man${mandir},' \
${WRKSRC}/${MAKEFILE}
.endfor
.include <bsd.port.mk>