7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
25 lines
537 B
Makefile
25 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:27 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= amtterm-1.3
|
|
PKGREVISION= 15
|
|
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"
|