openbsd-ports/sysutils/hotplug-diskmount/Makefile

31 lines
671 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.3 2011/06/27 11:36:36 dcoppa Exp $
COMMENT = disk auto-mounter
DISTNAME = hotplug-diskmount-0.5
REVISION = 1
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
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hotplug-diskmount ${PREFIX}/libexec/
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} \
-c ${WRKSRC}/hotplug-diskmount.1 \
${PREFIX}/man/man1/hotplug-diskmount.1
.include <bsd.port.mk>