mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update port for stage support.
Submitted by: zlonix
This commit is contained in:
parent
aacb269b56
commit
cea2298280
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345565
@ -12,13 +12,10 @@ MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \
|
||||
MAINTAINER= jpaetzel@FreeBSD.org
|
||||
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= epic5.1
|
||||
USE_OPENSSL= yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
USE_BZIP2= yes
|
||||
@ -31,7 +28,6 @@ TERMCAP_DESC= Refuse to use terminfo/ncurses
|
||||
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
|
||||
USES= iconv
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ! ${PORT_OPTIONS:MIPV6}
|
||||
@ -71,11 +67,10 @@ post-extract:
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,9 +7,6 @@ added to make EPIC one of the best ircII clients available.
|
||||
EPIC no longer shares any file names with ircII, so they should happily
|
||||
co-exist.
|
||||
|
||||
EPIC5 is currently under development and end-users are encouraged to use
|
||||
EPIC4 which is finished and production-quality.
|
||||
|
||||
Due to it's minimalist approach it is highly recommended you use a script
|
||||
with EPIC.
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/epic5
|
||||
bin/epic5-%%PORTVERSION%%
|
||||
libexec/epic5-wserv4
|
||||
man/man1/epic5.1.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BUG_FORM
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
|
||||
%%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS
|
||||
|
Loading…
Reference in New Issue
Block a user