- Fix MASTER_SITES and WWW: line

- Support NOPORTDOCS
- Support PLIST_FILES

PR:		ports/66750
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-05-17 18:38:03 +00:00
parent 71bce7f5d4
commit d4e740163f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109350
3 changed files with 14 additions and 14 deletions

View file

@ -7,8 +7,9 @@
PORTNAME= xrmftp
PORTVERSION= 1.2.4
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.mat.uni.torun.pl/~rafmet/xrmftp/
MASTER_SITES= http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
EXTRACT_SUFX= .src.tgz
MAINTAINER= ports@FreeBSD.org
@ -16,15 +17,20 @@ COMMENT= Graphical FTP client based on the xforms library
LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.src
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/xrmftp-1.2.4.src
PORTDOCS= CHANGES FIXED-BUGS README
PLIST_FILES= bin/xrmftp
do-install:
${MKDIR} ${PREFIX}/share/doc/${DISTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/xrmftp ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/${DISTNAME}
${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/${DISTNAME}
${INSTALL_DATA} ${WRKSRC}/FIXED-BUGS ${PREFIX}/share/doc/${DISTNAME}
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${DISTNAME}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for file in CHANGES FIXED-BUGS README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View file

@ -13,7 +13,7 @@ On 1st October of 1998 Xrmftp got honorable mention in "Lucent Technologies
Project Prize" competition organized by Lucent Technologies Poland S.A and
Faculty of Matematics and Informatics.
WWW: http://www.mat.uni.torun.pl/~rafmet/xrmftp
WWW: http://www-users.mat.uni.torun.pl/~rafmet/xrmftp/
NOTE: The above text came from the author's homepage.
- Matt Heckaman

View file

@ -1,6 +0,0 @@
bin/xrmftp
share/doc/xrmftp-1.2.4/CHANGES
share/doc/xrmftp-1.2.4/COPYING
share/doc/xrmftp-1.2.4/FIXED-BUGS
share/doc/xrmftp-1.2.4/README
@dirrm share/doc/xrmftp-1.2.4