Added
Link Here
|
1 |
PORTNAME= nbt |
2 |
PORTVERSION= ${REVISION_DATE} |
3 |
CATEGORIES= sysutils |
4 |
PKGNAMEPREFIX= fusefs- |
5 |
MASTER_SITES= SF/nbtfsutils |
6 |
DISTNAME= nbtfsutils-${REVISION_DATE}-${REVISION_HASH}-src |
7 |
REVISION_DATE= 20220412 |
8 |
REVISION_HASH= 09b007a |
9 |
|
10 |
MAINTAINER= msl0000023508@gmail.com |
11 |
COMMENT= Editing Named Binary Tag (NBT) as using a file system |
12 |
|
13 |
LICENSE= MPL20 MIT BEERWARE |
14 |
LICENSE_COMB= multi |
15 |
LICENSE_FILE_MPL20= ${WRKSRC}/MPL-2.0 |
16 |
LICENSE_NAME_BEERWARE= "THE BEER-WARE LICENSE" (Revision 42) |
17 |
LICENSE_TEXT_BEERWARE= Lukas Niederbremer <webmaster@flippeh.de> and Clark Gaebel <cg.wowus.cg@gmail.com> \ |
18 |
wrote this file. As long as you retain this notice you can do whatever you \ |
19 |
want with this stuff. If we meet some day, and you think this stuff is worth \ |
20 |
it, you can buy us a beer in return. |
21 |
LICENSE_PERMS_BEERWARE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept |
22 |
|
23 |
USES= tar:bz2 fuse |
24 |
|
25 |
NO_WRKSUBDIR= yes |
26 |
MAKE_ENV= MANDIR=\${PREFIX}/man |
27 |
ALL_TARGET= libnbt.so all |
28 |
INSTALL_TARGET= install-commands install-dev |
29 |
|
30 |
.include <bsd.port.mk> |