2016-06-04 20:08:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2016/06/04 20:08:47 sthen Exp $
|
2016-06-04 13:53:13 +00:00
|
|
|
|
|
|
|
COMMENT= wifi automagic connector
|
|
|
|
|
|
|
|
GH_ACCOUNT= raylai
|
|
|
|
GH_PROJECT= wifind
|
2016-06-04 15:58:10 +00:00
|
|
|
GH_TAGNAME= 0.5
|
2016-06-04 13:53:13 +00:00
|
|
|
|
|
|
|
CATEGORIES= net
|
|
|
|
|
|
|
|
MAINTAINER= Ray Lai <ray@raylai.com>
|
|
|
|
|
|
|
|
# Unlicense
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
# uses pledge()
|
|
|
|
|
|
|
|
MAKE_ENV= BINDIR=${LOCALBASE}/sbin \
|
|
|
|
MANDIR=${LOCALBASE}/man/man
|
|
|
|
|
|
|
|
NO_TEST= Yes
|
|
|
|
|
2016-06-04 20:08:47 +00:00
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC}; sed -i s,/etc/wifind.conf,${SYSCONFDIR}/wifind.conf,g \
|
|
|
|
wifind.8 wifind wifind.conf.5
|
|
|
|
|
2016-06-04 13:53:13 +00:00
|
|
|
.include <bsd.port.mk>
|