mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 19:46:41 -04:00
23 lines
451 B
Makefile
23 lines
451 B
Makefile
PORTNAME= automounter
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Provides scripts to dynamically configure amd
|
|
WWW= https://sf.net/projects/bsdadminscripts/
|
|
|
|
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>
|