2019-07-12 20:46:54 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.19 2019/07/12 20:47:59 sthen Exp $
|
2003-06-02 02:02:35 +00:00
|
|
|
|
2010-06-26 14:32:15 +00:00
|
|
|
COMMENT= Atmel/NWN wireless access point configuration tools
|
2003-01-20 17:15:57 +00:00
|
|
|
|
2010-06-26 14:32:15 +00:00
|
|
|
DISTNAME= ap-utils-1.5
|
2019-05-21 09:34:30 +00:00
|
|
|
REVISION= 5
|
2003-01-20 17:15:57 +00:00
|
|
|
CATEGORIES= net
|
2003-06-02 02:02:35 +00:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2003-01-20 17:15:57 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://ap-utils.polesye.net/
|
|
|
|
|
|
|
|
# GPL
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2012-12-21 12:13:35 +00:00
|
|
|
|
2019-05-21 09:34:30 +00:00
|
|
|
WANTLIB += c iconv intl curses menu
|
2003-01-20 17:15:57 +00:00
|
|
|
|
2010-06-26 14:32:15 +00:00
|
|
|
MASTER_SITES= ftp://linux.zhitomir.net/ap-utils/
|
2003-01-20 17:15:57 +00:00
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
BUILD_DEPENDS= devel/gettext,-tools
|
2016-04-12 15:19:39 +00:00
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
2003-01-20 17:15:57 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --without-included-gettext \
|
|
|
|
--with-libiconv-prefix=${LOCALBASE} \
|
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
2010-06-26 14:32:15 +00:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2004-08-03 18:24:40 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
|
2003-01-20 17:15:57 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/systrace/
|
2014-04-20 10:00:21 +00:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/bin_ap_config ${PREFIX}/share/examples/systrace/
|
2003-01-20 17:15:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|