Lines 1-10
Link Here
|
1 |
PORTNAME= afuse |
1 |
PORTNAME= afuse |
2 |
PORTVERSION= 0.4.1 |
2 |
DISTVERSIONPREFIX= v |
3 |
PORTREVISION= 2 |
3 |
DISTVERSION= 0.5.0 |
4 |
CATEGORIES= sysutils |
4 |
CATEGORIES= sysutils |
5 |
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/afuse/ |
|
|
6 |
PKGNAMEPREFIX= fusefs- |
5 |
PKGNAMEPREFIX= fusefs- |
7 |
|
6 |
|
|
|
7 |
PATCH_SITES= https://github.com/pcarrier/afuse/commit/ |
8 |
PATCHFILES= 30057222cc58ffe1f8c0889fce8da314d5364691.patch:-p1 |
9 |
|
8 |
MAINTAINER= portmaster@BSDforge.com |
10 |
MAINTAINER= portmaster@BSDforge.com |
9 |
COMMENT= File system automounting implemented in user-space using FUSE |
11 |
COMMENT= File system automounting implemented in user-space using FUSE |
10 |
WWW= https://github.com/pcarrier/afuse |
12 |
WWW= https://github.com/pcarrier/afuse |
Lines 12-23
WWW= https://github.com/pcarrier/afuse
Link Here
|
12 |
LICENSE= GPLv2 |
14 |
LICENSE= GPLv2 |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
15 |
LICENSE_FILE= ${WRKSRC}/COPYING |
14 |
|
16 |
|
15 |
USES= cpe fuse pkgconfig |
17 |
USES= autoreconf cpe fuse pkgconfig |
|
|
18 |
|
19 |
USE_GITHUB= yes |
20 |
GH_ACCOUNT= pcarrier |
21 |
|
16 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
17 |
|
23 |
|
18 |
PORTDOCS= AUTHORS README |
24 |
PORTDOCS= README |
19 |
|
25 |
|
20 |
OPTIONS_DEFINE= DOCS |
26 |
OPTIONS_DEFINE= DOCS |
|
|
27 |
|
21 |
DOCS_SUB_FILES= pkg-message |
28 |
DOCS_SUB_FILES= pkg-message |
22 |
|
29 |
|
23 |
post-install: |
30 |
post-install: |
Lines 25-30
post-install:
Link Here
|
25 |
|
32 |
|
26 |
post-install-DOCS-on: |
33 |
post-install-DOCS-on: |
27 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
34 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
28 |
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} |
35 |
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} |
29 |
|
36 |
|
30 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |