openbsd-ports/net/ap-utils/Makefile
2013-03-11 11:35:43 +00:00

34 lines
809 B
Makefile

# $OpenBSD: Makefile,v 1.12 2013/03/11 11:35:45 espie Exp $
COMMENT= Atmel/NWN wireless access point configuration tools
DISTNAME= ap-utils-1.5
REVISION= 0
CATEGORIES= net
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://ap-utils.polesye.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ncurses menu
MASTER_SITES= ftp://linux.zhitomir.net/ap-utils/
MODULES= devel/gettext converters/libiconv
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-included-gettext \
--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/systrace/
${INSTALL_DATA} files/bin_ap_config ${PREFIX}/share/examples/systrace/
.include <bsd.port.mk>