2016-07-14 16:58:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2016/07/14 16:58:29 ajacoutot Exp $
|
|
|
|
|
|
|
|
BROKEN= needs sysctl kern.usermount
|
2013-10-08 17:27:00 +00:00
|
|
|
|
|
|
|
COMMENT= hotplugd(8) automounter (Toad Opens All Devices)
|
|
|
|
|
2015-09-10 08:25:12 +00:00
|
|
|
GH_ACCOUNT= ajacoutot
|
|
|
|
GH_PROJECT= toad
|
2016-02-25 13:01:04 +00:00
|
|
|
GH_TAGNAME= 1.6
|
2013-10-08 17:27:00 +00:00
|
|
|
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
|
|
|
# ISC
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
|
|
|
WANTLIB += c util
|
|
|
|
|
2015-12-23 14:15:01 +00:00
|
|
|
RUN_DEPENDS= net/p5-Net-DBus \
|
2013-10-08 17:27:00 +00:00
|
|
|
sysutils/consolekit
|
|
|
|
|
2013-10-15 13:48:59 +00:00
|
|
|
MAKE_FLAGS= PREFIX=${TRUEPREFIX} \
|
|
|
|
MANDIR=${TRUEPREFIX}/man/man
|
2015-09-10 08:25:12 +00:00
|
|
|
|
2013-10-08 17:27:00 +00:00
|
|
|
NO_TEST= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|