Changes from previous pkgsrc version 2.1.0 include: apg-2.2.3 Fixed version info (-v). apg-2.2.2 Fixed permissions for source distribution. apg-2.2.1 Changed manpages of apg and apgd. apg-2.2.0 Added polish translation for APG PHP frontend. Added option -p (see apg(1) apgd(8)). Added option -t (see apg(1) apgd(8)). Added option -l (see apg(1)). Changed format of the bloom-filter file. Added converter utility to convert old format to the new one (bfconvert). Added option -i (see apgbfm(1)). Fixed some bugs. Some compatibility changes. Changed default apg options. Update provided by Leonard Schmidt <lems@gmx.net> in PR#30345, thanks!
25 lines
598 B
Makefile
25 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.7 2005/05/27 10:32:01 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= apg-2.2.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.adel.nursat.kz/apg/download/
|
|
|
|
MAINTAINER= zuntum@NetBSD.org
|
|
HOMEPAGE= http://www.adel.nursat.kz/apg/
|
|
COMMENT= Tool set for random password generation
|
|
|
|
MAKE_ENV+= FLAGS="${CFLAGS}" INSTALL_PREFIX="${PREFIX}"
|
|
|
|
USE_PERL5= YES
|
|
REPLACE_PERL= perl/apgcli.pl
|
|
|
|
OPSYSVARS+= CS_LIBS
|
|
CS_LIBS.Linux+= -lnsl
|
|
CS_LIBS.SunOS+= -lnsl -lsocket
|
|
MAKE_ENV+= CS_LIBS="${CS_LIBS}"
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/perl/apgcli.pl ${PREFIX}/bin/apgcli
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|