ab66cb7ef2
- Update HOMEPAGE - Drop serveral patches, those were from git repository and now included in release. (upstream) - Update 1.3 to 1.4 ChangeLog unknown.
27 lines
695 B
Makefile
27 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.24 2016/02/12 14:11:24 mef Exp $
|
|
|
|
DISTNAME= amtterm-1.4
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.kraxel.org/releases/amtterm/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.kraxel.org/blog/linux/amtterm/
|
|
COMMENT= Active Management Technology (AMT) tools
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite
|
|
|
|
USE_TOOLS+= gmake pkg-config perl:run tr
|
|
|
|
MAKE_FILE= GNUmakefile
|
|
MAKE_FLAGS+= prefix=${PREFIX}
|
|
|
|
REPLACE_PERL+= amttool
|
|
|
|
.include "options.mk"
|
|
|
|
post-extract:
|
|
${TR} -d '\r' <${WRKSRC}/RedirectionConstants.h >${WRKDIR}/no-dos
|
|
${MV} ${WRKDIR}/no-dos ${WRKSRC}/RedirectionConstants.h
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|