aboutsummaryrefslogblamecommitdiff
path: root/net-mgmt/ap-utils/Makefile
blob: 0acf9b675516895f3db87d6f7a6de02cc1b65fca (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
                 
                        
                 
 
                                    

                                                                                  
                   
                   



                                                     










                                                









                                                                                                    
                      
# New ports collection makefile for:    ap-utils
# Date created:		2002/07/10
# Whom:			Jerry A! <jerry@thehutt.org>
#
# $FreeBSD$
#

PORTNAME=	ap-utils
PORTVERSION=	1.4.1
PORTREVISION=	3
CATEGORIES=	net-mgmt
MASTER_SITES=` SF

MAINTAINER=	david@catwhisker.org
COMMENT=	A set of utilities to configure and monitor wireless access points

GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USE_ICONV=	yes
CONFIGURE_ENV=	LDFLAGS="-lintl -L${LOCALBASE}/lib" \
		CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"
MAN8=		ap-trapd.8 ap-mrtg.8 ap-config.8

.if !defined(WITHOUT_NLS)
USE_GETTEXT=	yes
PLIST_SUB+=	NLS=""
.else
BROKEN=		Does not build without gettext
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=	NLS="@comment "
.endif

post-patch:
	@${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure

.if !defined(NOPORTDOCS)
post-install:
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC}/Documentation && \
		${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR}
.endif

.include <bsd.port.mk>