blob: a1e648b27aa2ed7e776d1ca0a605e87f833a4320 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Dominic Fandrey <kamikaze@bsdforen.de>
# $FreeBSD$
PORTNAME= automounter
PORTVERSION= 1.5.1
CATEGORIES= sysutils
MAINTAINER= kamikaze@bsdforen.de
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>
|