30 lines
564 B
Makefile
30 lines
564 B
Makefile
# $OpenBSD: Makefile,v 1.12 2015/08/15 11:13:42 ajacoutot Exp $
|
|
|
|
COMMENT= hotplugd(8) automounter (Toad Opens All Devices)
|
|
|
|
DISTNAME= toad-1.3
|
|
REVISION= 0
|
|
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
HOMEPAGE= http://opensource.mtier.org/
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c util
|
|
|
|
MASTER_SITES= http://opensource.mtier.org/files/
|
|
|
|
RUN_DEPENDS= devel/xdg-utils \
|
|
net/p5-Net-DBus \
|
|
sysutils/consolekit
|
|
|
|
MAKE_FLAGS= PREFIX=${TRUEPREFIX} \
|
|
MANDIR=${TRUEPREFIX}/man/man
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|