diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/barnyard2/Makefile | 5 | ||||
-rw-r--r-- | security/d0_blind_id/Makefile | 6 | ||||
-rw-r--r-- | security/fwbuilder/Makefile | 4 | ||||
-rw-r--r-- | security/libbeid/Makefile | 6 | ||||
-rw-r--r-- | security/opencryptoki/Makefile | 5 | ||||
-rw-r--r-- | security/trousers/Makefile | 4 |
6 files changed, 9 insertions, 21 deletions
diff --git a/security/barnyard2/Makefile b/security/barnyard2/Makefile index 8da8dc229ce2..d44bc78f360e 100644 --- a/security/barnyard2/Makefile +++ b/security/barnyard2/Makefile @@ -32,10 +32,7 @@ OPTIONS_DESC= Enable tcl support for sguil OPTIONS_DEFAULT+= TCL .endif -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -AUTOMAKE_ARGS= --add-missing --copy -ACLOCAL_ARGS= -I m4 -I ${LOCALBASE}/share/aclocal - +USES= autoreconf libtool USE_RC_SUBR= barnyard2 GNU_CONFIGURE= yes diff --git a/security/d0_blind_id/Makefile b/security/d0_blind_id/Makefile index 2029ba291df9..aee7f51a4445 100644 --- a/security/d0_blind_id/Makefile +++ b/security/d0_blind_id/Makefile @@ -16,14 +16,12 @@ GH_ACCOUNT= divVerent GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= ff1ce7e -USES= libtool +USES= autoreconf libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl USE_LDCONFIG= yes USE_OPENSSL= yes -USE_AUTOTOOLS= libtoolize aclocal autoconf automake -AUTOMAKE_ARGS= --add-missing - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.0 @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libd0_rijndael.so.0 diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile index 13279a16f058..050a6fc68aea 100644 --- a/security/fwbuilder/Makefile +++ b/security/fwbuilder/Makefile @@ -48,8 +48,8 @@ USE_QT4= corelib \ QTDIR?= ${QT_PREFIX} USE_OPENSSL= yes -USES= gmake libtool -USE_AUTOTOOLS= libtoolize aclocal autoconf +USES= autoreconf gmake libtool +GNU_CONFIGURE= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ INSTALL_ROOT=${STAGEDIR} CPPFLAGS+= -I${LOCALBASE}/include diff --git a/security/libbeid/Makefile b/security/libbeid/Makefile index 85e746b318a4..86c6c3377132 100644 --- a/security/libbeid/Makefile +++ b/security/libbeid/Makefile @@ -12,8 +12,7 @@ LICENSE= LGPL3 LIB_DEPENDS= libpcsclite.so:${PORTSDIR}/devel/pcsc-lite -USES= dos2unix libtool pkgconfig tar:xz -USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env +USES= autoreconf dos2unix libtool pkgconfig tar:xz USE_GNOME= gtk20 DOS2UNIX_FILES= common/src/datafile.cpp common/src/logbase.cpp \ @@ -28,7 +27,4 @@ post-patch: @${REINPLACE_CMD} -e '/svn_revision/d' -e '/SUBDIRS/s/xpi//' \ ${WRKSRC}/Makefile.am ${WRKSRC}/configure.ac -pre-configure: - @(cd ${WRKSRC} && ${AUTORECONF} -i -f) - .include <bsd.port.mk> diff --git a/security/opencryptoki/Makefile b/security/opencryptoki/Makefile index fb98611cbaf0..3fe976e9608a 100644 --- a/security/opencryptoki/Makefile +++ b/security/opencryptoki/Makefile @@ -17,11 +17,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LIB_DEPENDS= libtspi.so:${PORTSDIR}/security/trousers -USES= alias gmake libtool tar:bzip2 +USES= alias autoreconf gmake libtool tar:bzip2 USE_LDCONFIG= ${PREFIX}/lib/opencryptoki -USE_AUTOTOOLS= libtoolize aclocal autoconf automake -AUTOMAKE_ARGS= -a -c -f INSTALL_TARGET= install-strip +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-swtok --enable-tpmtok \ --disable-crtok --disable-aeptok \ --disable-ccatok --disable-bcomtok \ diff --git a/security/trousers/Makefile b/security/trousers/Makefile index 5a0f54285130..d14826c6adba 100644 --- a/security/trousers/Makefile +++ b/security/trousers/Makefile @@ -15,11 +15,9 @@ LICENSE_NAME= Common Public License LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= alias gmake iconv libtool pkgconfig +USES= alias autoreconf gmake iconv libtool pkgconfig USE_OPENSSL= YES USE_LDCONFIG= YES -USE_AUTOTOOLS= libtoolize aclocal autoconf automake -AUTOMAKE_ARGS= -a -c -f USE_RC_SUBR= tcsd INSTALL_TARGET= install-strip GNU_CONFIGURE= YES |