1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net-mgmt/ap-utils/Makefile
Muhammad Moinur Rahman 652c32e84f
net-mgmt/ap-utils: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-24 23:17:42 +01:00

35 lines
793 B
Makefile

PORTNAME= ap-utils
PORTVERSION= 1.4.1
PORTREVISION= 6
CATEGORIES= net-mgmt
MASTER_SITES= SF
MAINTAINER= david@catwhisker.org
COMMENT= Set of utilities to configure and monitor wireless access points
WWW= https://ap-utils.polesye.net/
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= iconv ncurses tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lintl
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MNLS}
BROKEN= Does not build without gettext
.endif
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/Documentation && \
${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>