mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
24 lines
442 B
Makefile
24 lines
442 B
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>
|