34 lines
796 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2014/04/20 10:00:21 jasper Exp $
COMMENT= Atmel/NWN wireless access point configuration tools
DISTNAME= ap-utils-1.5
REVISION= 1
CATEGORIES= net
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://ap-utils.polesye.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
2012-12-21 12:13:35 +00:00
WANTLIB += c ncurses menu
MASTER_SITES= ftp://linux.zhitomir.net/ap-utils/
MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-included-gettext \
--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
2010-10-18 18:36:45 +00:00
USE_GROFF = Yes
2004-08-03 18:24:40 +00:00
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/systrace/
${INSTALL_DATA} ${FILESDIR}/bin_ap_config ${PREFIX}/share/examples/systrace/
.include <bsd.port.mk>