- Add LICENSE
- Remove the indefinite article from COMMENT - Add stage support
This commit is contained in:
parent
b073b822c1
commit
5d14c6f625
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343337
1 changed files with 10 additions and 11 deletions
|
@ -8,15 +8,17 @@ MASTER_SITES= http://www.time-travellers.org/oftpd/ \
|
|||
http://atreides.freenix.no/~anders/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A threaded, anonymous only FTP server designed for security
|
||||
COMMENT= Threaded, anonymous only FTP server designed for security
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN8= oftpd.8
|
||||
PORTDOCS= README AUTHORS ChangeLog NEWS TODO BUGS
|
||||
PLIST_FILES= sbin/oftpd
|
||||
PLIST_FILES= sbin/oftpd man/man8/oftpd.8.gz
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|-D_THREAD_SAFE|${PTHREAD_CFLAGS}|g ; \
|
||||
s|-pthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
||||
|
@ -25,14 +27,11 @@ post-patch:
|
|||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${MANPREFIX}/man/man8
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue