diff options
author | jlam <jlam@pkgsrc.org> | 2000-03-21 04:45:20 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-03-21 04:45:20 +0000 |
commit | 5c068d563ff695077c38da99b1c8d16815de95f5 (patch) | |
tree | cdbb68994ea8593d755d16e8ccb74887fc02f8d9 /security/fortify/Makefile | |
parent | f46cbb36338547404a38d8069bfb25c090c64fe6 (diff) | |
download | pkgsrc-5c068d563ff695077c38da99b1c8d16815de95f5.tar.gz |
Update fortify to 1.4.6. Changes from 1.4.5:
Added Communicator versions for 4.72 and several more platforms.
Diffstat (limited to 'security/fortify/Makefile')
-rw-r--r-- | security/fortify/Makefile | 51 |
1 files changed, 35 insertions, 16 deletions
diff --git a/security/fortify/Makefile b/security/fortify/Makefile index 829acf7fc9f..2d3e29d75d5 100644 --- a/security/fortify/Makefile +++ b/security/fortify/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/10/28 00:08:42 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2000/03/21 04:45:20 jlam Exp $ # -DISTNAME= Fortify-1.4.5-unix-src -PKGNAME= fortify-1.4.5 +DISTNAME= Fortify-1.4.6-unix-src +PKGNAME= fortify-1.4.6 CATEGORIES= security www MASTER_SITES= ftp://ftp.fortify.net/pub/Fortify/ \ ftp://ftp.sage-au.org.au/pub/network/security/fortify/ \ @@ -17,17 +17,36 @@ HOMEPAGE= http://www.fortify.net/ LICENSE= fee-based-commercial-use -INSTALL_DIRS= alpha-dec-osf2.0 alpha-dec-osf3.2 alpha-dec-osf4.0 \ - mips-sgi-irix5.2 mips-sgi-irix5.3 mips-sgi-irix6.2 \ +FORTIFY_DIRS= alpha-dec-osf2.0 \ + alpha-dec-osf3.2 \ + alpha-dec-osf4.0 \ + hppa1.1-hp-hpux10 \ + hppa1.1-hp-hpux1010 \ + hppa1.1-hp-hpux1020 \ + mips-sgi-irix5.2 \ + mips-sgi-irix5.3 \ + mips-sgi-irix6.2 \ + mips-sgi-irix6.5 \ ppc-unknown-linux2.0 \ - sparc-sun-solaris2.3 sparc-sun-solaris2.4 \ - sparc-sun-solaris2.5.1 sparc-sun-sunos4.1.3_U1 \ - x86-bsdi-bsd x86-bsdi-bsd2 \ - x86-sun-solaris2.4 x86-sun-solaris2.5.1 \ - x86-unknown-bsd x86-unknown-freebsd \ - x86-unknown-linux-elf x86-unknown-linux1.2 \ - x86-unknown-linux2.0 x86-unknown-linux2.0_glibc2 \ - x86-unknown-linux2.0_libc5 x86-unknown-linux2.2 \ + ppc-unknown-linux2.2 \ + ppc_rs6000-ibm-aix4 \ + ppc_rs6000-ibm-aix41 \ + sparc-sun-solaris2.3 \ + sparc-sun-solaris2.4 \ + sparc-sun-solaris2.5.1 \ + sparc-sun-sunos4.1.3_U1 \ + x86-bsdi-bsd \ + x86-bsdi-bsd2 \ + x86-sun-solaris2.4 \ + x86-sun-solaris2.5.1 \ + x86-unknown-bsd \ + x86-unknown-freebsd \ + x86-unknown-linux-elf \ + x86-unknown-linux1.2 \ + x86-unknown-linux2.0 \ + x86-unknown-linux2.0_glibc2 \ + x86-unknown-linux2.0_libc5 \ + x86-unknown-linux2.2 \ languages post-extract: @@ -35,9 +54,9 @@ post-extract: do-build: cd ${WRKSRC}/src/common; \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET} cd ${WRKSRC}/src/cmdline; \ - ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET} do-install: ${SED} -e "s,@PREFIX@,${PREFIX},g" \ @@ -45,7 +64,7 @@ do-install: ${INSTALL_SCRIPT} ${WRKDIR}/fortify.sh ${PREFIX}/bin/fortify ${INSTALL_PROGRAM} ${WRKSRC}/src/cmdline/fortify ${PREFIX}/libexec ${INSTALL_DATA_DIR} ${PREFIX}/share/fortify -.for DIR in ${INSTALL_DIRS} +.for DIR in ${FORTIFY_DIRS} cd ${WRKSRC}; ${PAX} -rw ${DIR} ${PREFIX}/share/fortify .endfor ${INSTALL_DATA} ${WRKSRC}/Index ${PREFIX}/share/fortify |