- Add LICENSE
- Support STAGEDIR - Update pkg-descr and WWW PR: ports/184422 Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
This commit is contained in:
parent
4cd346bf5a
commit
08544a0870
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335467
2 changed files with 6 additions and 5 deletions
|
@ -10,11 +10,12 @@ MASTER_SITES= http://rodrigo.osorio.free.fr/freebsd/distfiles/ \
|
|||
MAINTAINER= rodrigo@bebik.net
|
||||
COMMENT= Compact webserver designed to make sharing files easy
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
PLIST_FILES= bin/dfileserver
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's,g++,${CXX},;s,$$GCCFLAGS,${CXXFLAGS},; \
|
||||
s,strip,${STRIP_CMD},' ${WRKSRC}/build.sh
|
||||
|
@ -24,6 +25,6 @@ do-build:
|
|||
${SETENV} ${MAKE_ENV} ./build.sh)
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${PREFIX}/bin/dfileserver
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/DFileServer.x86 ${STAGEDIR}${PREFIX}/bin/dfileserver
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,6 +3,6 @@ sharing files easy.
|
|||
|
||||
By default, it shares whatever folder it was executed from on port 2000.
|
||||
While simple, a good deal of flexibility is exposed when you read the
|
||||
documentation and look at the optional configuration files, provided
|
||||
separately here:
|
||||
http://harpy.soarwitheagles.net/~dashy/DFileServer-1.1.2-documentation.tar.gz
|
||||
documentation and look at the optional configuration files.
|
||||
|
||||
WWW: http://www.bebik.net/doku.php?id=software:dfileserver
|
||||
|
|
Loading…
Reference in a new issue