openbsd-ports/net/ap-utils/Makefile

32 lines
771 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2003/06/02 02:02:35 margarida Exp $
COMMENT= "wireless access point configuration tools"
DISTNAME= ap-utils-1.3.2
CATEGORIES= net
EXTRACT_SUFX= .tar.bz2
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
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ap-utils/}
MODULES= gettext iconv
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --without-included-gettext \
--with-libiconv-prefix=${LOCALBASE} \
--with-libintl-prefix=${LOCALBASE}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/systrace/
${INSTALL_DATA} files/bin_ap_config ${PREFIX}/share/examples/systrace/
.include <bsd.port.mk>