3e474a90d8
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
26 lines
641 B
Makefile
26 lines
641 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/07/16 01:19:19 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= skey-1.1.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.sparc.spb.su/solaris/skey/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= ${MASTER_SITES}
|
|
COMMENT= Port of OpenBSD s/key implementation
|
|
|
|
USE_TOOLS+= gmake perl
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGINSTALL= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
|
CONF_FILES+= ${PREFIX}/share/examples/skey/skeykeys \
|
|
${PKG_SYSCONFDIR}/skeykeys
|
|
|
|
INSTALLATION_DIRS= bin include lib man/man1 man/man8
|
|
|
|
post-install:
|
|
${RANLIB} ${PREFIX}/lib/libskey.a
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|