openbsd-ports/sysutils/hotplug-diskmount/Makefile
2013-03-11 11:35:43 +00:00

27 lines
577 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/11 11:41:30 espie Exp $
COMMENT = disk auto-mounter
DISTNAME = hotplug-diskmount-0.7
CATEGORIES = sysutils
MAINTAINER = Alexey Vatchenko <av@bsdua.org>
HOMEPAGE = http://www.bsdua.org/hotplug-diskmount.html
MASTER_SITES = http://www.bsdua.org/files/
# Public domain
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hotplug-diskmount ${PREFIX}/libexec/
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} \
-c ${WRKSRC}/hotplug-diskmount.8 \
${PREFIX}/man/man8/hotplug-diskmount.8
.include <bsd.port.mk>