1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Add LICENSE

- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-01-17 09:02:02 +00:00
parent e4f17afcd4
commit 94876c8289
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=459228
2 changed files with 10 additions and 3 deletions

View File

@ -12,6 +12,9 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= rodrigo@FreeBSD.org
COMMENT= On-demand, transcoding filesystem (using GStreamer pipeline)
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= DOCS EXAMPLES
USES= fuse pkgconfig
@ -27,9 +30,13 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -7,4 +7,4 @@ and end with an fdsink with the name "_dest". The filesystem will
automatically substitute the filename and fd number in these
pipelines.
WWW: http://bobcopeland.com/gstfs/
WWW: https://bobcopeland.com/gstfs/