openbsd-ports/sysutils/hotplug-diskmount/Makefile
dcoppa fe950005a3 Zap remaining hardcoded /usr/local paths.
Today's just not my day...

ok landry@
2011-06-27 11:36:36 +00:00

31 lines
671 B
Makefile

# $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>