29 lines
550 B
Makefile
29 lines
550 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/03/09 22:29:39 ajacoutot Exp $
|
|
|
|
COMMENT= hotplugd(8) automounter (Toad Opens All Devices)
|
|
|
|
DISTNAME= toad-1.1
|
|
|
|
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>
|