HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/sysutils/automounter/Makefile
# Created by: Dominic Fandrey <kamikaze@bsdforen.de>

PORTNAME=	automounter
PORTVERSION=	1.5.1
CATEGORIES=	sysutils

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Provides scripts to dynamically configure amd

LICENSE=	BSD2CLAUSE

WRKSRC_SUBDIR=	src
NO_BUILD=	yes
PKGMESSAGE=	${WRKSRC}/../NOTES

USE_GITHUB=	yes
GH_ACCOUNT=	lonkamikaze

do-install:
		@(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \
			-prefix=${PREFIX})

.include <bsd.port.mk>