mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- STAGEify
- Add DOCS option - Add LICENSE - Make COMMENT more concise - Reword pkg-descr
This commit is contained in:
parent
60a436f19c
commit
a76cd22bf1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356375
@ -4,11 +4,13 @@
|
||||
PORTNAME= phex
|
||||
PORTVERSION= 3.4.2.116
|
||||
CATEGORIES= net-p2p java
|
||||
MASTER_SITES= SF/${PORTNAME}/Phex%20Final%20Releases/Phex%203.4.2
|
||||
MASTER_SITES= SF/${PORTNAME}/Phex%20Final%20Releases/Phex%20${PORTVERSION:R}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= jhale@FreeBSD.org
|
||||
COMMENT= A Java multi platform and spyware free gnutella client
|
||||
COMMENT= Multi-platform and spyware-free Gnutella client
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= zip
|
||||
USE_JAVA= yes
|
||||
@ -22,14 +24,13 @@ DATADIR= ${JAVASHAREDIR}/${PORTNAME}
|
||||
PORTDOCS= Phex_other.htm \
|
||||
Undocumented.htm
|
||||
|
||||
NO_STAGE= yes
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME}
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/lib/* ${DATADIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/readme/|} ${DOCSDIR}
|
||||
.endif
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/* ${STAGEDIR}${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/readme/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,8 @@
|
||||
Phex is a Java multi platform and spyware free gnutella client.
|
||||
Phex is a multi-platform and spyware-free Gnutella client written in Java.
|
||||
|
||||
o Automatic search functionality to find new download candidates.
|
||||
o Download resuming across different hosts.
|
||||
o Advanced configuration options.
|
||||
o Passive searching for files.
|
||||
|
||||
Visit these following web pages for more information:
|
||||
- Automatic search functionality to find new download candidates
|
||||
- Download resuming across different hosts
|
||||
- Advanced configuration options
|
||||
- Passive searching for files
|
||||
|
||||
WWW: http://phex.sourceforge.net/
|
||||
|
Loading…
Reference in New Issue
Block a user