Added
Link Here
|
1 |
PORTNAME= reproduce |
2 |
DISTVERSIONPREFIX= v |
3 |
DISTVERSION= 0.3.0 |
4 |
CATEGORIES= sysutils |
5 |
|
6 |
MAINTAINER= DtxdF@disroot.org |
7 |
COMMENT= AppJail image builder |
8 |
WWW= https://github.com/DtxdF/${PORTNAME} |
9 |
|
10 |
LICENSE= BSD3CLAUSE |
11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
|
13 |
USE_GITHUB= yes |
14 |
GH_ACCOUNT= DtxdF |
15 |
GH_PROJECT= ${PORTNAME} |
16 |
|
17 |
NO_BUILD= yes |
18 |
|
19 |
PLIST_FILES= bin/appjail-reproduce |
20 |
PORTDOCS= README.md |
21 |
|
22 |
OPTIONS_DEFINE= DOCS |
23 |
|
24 |
do-install-DOCS-on: |
25 |
@${MKDIR} ${STAGEDIR}/${DOCSDIR} |
26 |
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}/${DOCSDIR} |
27 |
|
28 |
.include <bsd.port.mk> |