mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
5b39917f66
when modem lines are disturbed. Submitted by: kan Reviewed by: kib While here, stagify and modernise
35 lines
812 B
Makefile
35 lines
812 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= amtterm
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
USES= gmake dos2unix shebangfix
|
|
DOS2UNIX_FILES= RedirectionConstants.h
|
|
SHEBANG_FILES= amttool
|
|
|
|
MAKEFILE= GNUmakefile
|
|
MAKE_ARGS+= HAVE_GTK=no mandir=${STAGEDIR}${MANPREFIX}/man
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
bin/amttool \
|
|
share/applications/gamt.desktop \
|
|
man/man1/gamt.1.gz man/man1/${PORTNAME}.1.gz \
|
|
man/man1/amttool.1.gz man/man7/amt-howto.7.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/sbin/ldconfig -p,${LDCONFIG} -r,' \
|
|
${WRKSRC}/mk/Autoconf.mk
|
|
|
|
.include <bsd.port.mk>
|