diff options
author | Lars Engels <lme@FreeBSD.org> | 2018-05-04 10:43:21 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2018-05-04 10:43:21 +0000 |
commit | 53d8ac01d84edd0d04fb54366f3d07d7e0993bcf (patch) | |
tree | 0b5b0b9c08a92b477dc870015a3782cb78098f32 /net-mgmt/aircrack-ng/Makefile | |
parent | bda150c446f57eb373e1b759001b238cc9171171 (diff) | |
download | ports-53d8ac01d84edd0d04fb54366f3d07d7e0993bcf.tar.gz ports-53d8ac01d84edd0d04fb54366f3d07d7e0993bcf.zip |
Notes
Diffstat (limited to 'net-mgmt/aircrack-ng/Makefile')
-rw-r--r-- | net-mgmt/aircrack-ng/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net-mgmt/aircrack-ng/Makefile b/net-mgmt/aircrack-ng/Makefile index 2fedfd48a58a..b83de289c7a1 100644 --- a/net-mgmt/aircrack-ng/Makefile +++ b/net-mgmt/aircrack-ng/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= aircrack-ng -DISTVERSION= 1.2-rc4 -PORTREVISION= 1 +DISTVERSION= 1.2 CATEGORIES= net-mgmt security MASTER_SITES= http://download.aircrack-ng.org/ @@ -15,15 +14,17 @@ LICENSE_COMB= dual BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory -USES= cpe dos2unix gmake ssl +USES= autoreconf cpe dos2unix gmake libtool ssl +USE_GCC= 7.0+ +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-experimental CPE_VERSION= ${DISTVERSION:C/-.*//} CPE_UPDATE= ${DISTVERSION:C/^[^-]*$//:C/.*-//} DOS2UNIX_FILES= src/osdep/byteorder.h -MAKE_ARGS= experimental=true libnl=false prefix=${PREFIX} CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} # Don't call 'strip' target with WITH_DEBUG set -INSTALL_TARGET= ${STRIP:S/-s/strip/} install +#INSTALL_TARGET= ${STRIP:S/-s/strip/} install OPTIONS_DEFINE= PCRE SQLITE OPTIONS_DEFAULT=PCRE SQLITE @@ -40,9 +41,6 @@ SQLITE_MAKE_ARGS= sqlite=true post-patch: @${REINPLACE_CMD} \ - -e 's|share/\(man/man[1-9]\)|\1|' \ - ${WRKSRC}/common.mak - @${REINPLACE_CMD} \ -e 's|%%ETCDIR%%|${ETCDIR}|' ${WRKSRC}/scripts/airodump-ng-oui-update post-install: |