Tweak net-mgmt/weplab version 0.1.5
[dports.git] / net-mgmt / weplab / Makefile
1 # Created by: Anton Karpov <toxa@toxahost.ru>
2 # $FreeBSD: net-mgmt/weplab/Makefile 340722 2014-01-22 17:00:46Z mat $
3
4 PORTNAME=       weplab
5 PORTVERSION=    0.1.5
6 CATEGORIES=     net-mgmt
7 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        WepLab is a tool designed to teach how WEP works
11
12 GNU_CONFIGURE=  yes
13 USE_CSTD=       gnu89
14
15 MAN1=           weplab.1
16 PLIST_FILES=    bin/weplab
17
18 NO_STAGE=       yes
19 post-patch:
20         @${REINPLACE_CMD} -E 's,^(CC|CFLAGS|LDFLAGS) *=,\1 ?=,g' \
21                 ${WRKSRC}/Makefile.in
22
23 .include <bsd.port.mk>