1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/wlan2eth/Makefile
Dmitry Marakasov bfbe14611f - Switch to USES=tar:tgz
- Switch to options helpers
2016-05-21 09:03:40 +00:00

35 lines
720 B
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$
PORTNAME= wlan2eth
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= net security
MASTER_SITES= http://www.willhackforsushi.com/code/${PORTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Convert packet captures in 802.11 format to Ethernet format
LICENSE= GPLv2
USES= tar:tgz
SUB_FILES= pkg-message
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS ?=|' \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/THANKS ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>