Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

25
sysutils/amtterm/Makefile Normal file
View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.16 2013/06/06 12:55:02 wiz Exp $
#
DISTNAME= amtterm-1.3
PKGREVISION= 11
CATEGORIES= sysutils
MASTER_SITES= http://www.kraxel.org/releases/amtterm/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # empty
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
MAKE_FILE= GNUmakefile
MAKE_FLAGS+= prefix=${PREFIX}
REPLACE_PERL+= amttool
.include "options.mk"
.include "../../mk/bsd.pkg.mk"