2010-05-22 14:03:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2010/05/22 14:03:23 espie Exp $
|
2003-06-02 02:02:35 +00:00
|
|
|
|
2007-09-15 22:36:51 +00:00
|
|
|
COMMENT= wireless access point configuration tools
|
2003-01-20 17:15:57 +00:00
|
|
|
|
2003-06-02 02:02:35 +00:00
|
|
|
DISTNAME= ap-utils-1.3.2
|
2010-05-22 14:03:23 +00:00
|
|
|
PKGNAME= ${DISTNAME}p1
|
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/
|
|
|
|
MAINTAINER= Chris Kuethe <ckuethe@ualberta.ca>
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-12-16 00:31:20 +00:00
|
|
|
WANTLIB= c curses menu
|
2003-01-20 17:15:57 +00:00
|
|
|
|
2003-06-02 02:02:35 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ap-utils/}
|
2003-01-20 17:15:57 +00:00
|
|
|
|
2004-08-10 09:38:34 +00:00
|
|
|
MODULES= devel/gettext converters/libiconv
|
2003-01-20 17:15:57 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= --without-included-gettext \
|
|
|
|
--with-libiconv-prefix=${LOCALBASE} \
|
|
|
|
--with-libintl-prefix=${LOCALBASE}
|
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/
|
|
|
|
${INSTALL_DATA} files/bin_ap_config ${PREFIX}/share/examples/systrace/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|