2013-05-06 10:22:41 +00:00
|
|
|
# Created by: Jerry A! <jerry@thehutt.org>
|
2008-06-01 14:10:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ap-utils
|
|
|
|
PORTVERSION= 1.4.1
|
2010-05-31 02:01:56 +00:00
|
|
|
PORTREVISION= 4
|
2008-06-01 14:10:20 +00:00
|
|
|
CATEGORIES= net-mgmt
|
2014-05-30 08:05:02 +00:00
|
|
|
MASTER_SITES= SF
|
2008-06-01 14:10:20 +00:00
|
|
|
|
2008-06-01 14:26:58 +00:00
|
|
|
MAINTAINER= david@catwhisker.org
|
2014-05-30 08:05:02 +00:00
|
|
|
COMMENT= Set of utilities to configure and monitor wireless access points
|
2008-06-01 14:10:20 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-05-30 08:05:02 +00:00
|
|
|
USES= iconv tar:bzip2
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 14:49:59 +00:00
|
|
|
LIBS+= -L${LOCALBASE}/lib -lintl
|
2014-02-10 13:54:26 +00:00
|
|
|
|
2014-02-21 13:38:46 +00:00
|
|
|
OPTIONS_DEFINE= DOCS NLS
|
2014-05-30 08:05:02 +00:00
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_WITHOUT= --disable-nls
|
2014-02-10 13:54:26 +00:00
|
|
|
|
2013-05-06 10:22:41 +00:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2014-05-30 08:05:02 +00:00
|
|
|
.if ! ${PORT_OPTIONS:MNLS}
|
2008-06-01 14:10:20 +00:00
|
|
|
BROKEN= Does not build without gettext
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
2014-05-30 08:05:02 +00:00
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2008-06-01 14:10:20 +00:00
|
|
|
cd ${WRKSRC}/Documentation && \
|
2014-05-30 08:05:02 +00:00
|
|
|
${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${STAGEDIR}${DOCSDIR}
|
2008-06-01 14:10:20 +00:00
|
|
|
|
2008-06-01 16:32:44 +00:00
|
|
|
.include <bsd.port.mk>
|