mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
6960614fad
commit
60500ca962
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358013
@ -16,11 +16,8 @@ USE_XORG= x11 xft
|
||||
|
||||
ALL_TARGET= ${PORTNAME}
|
||||
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
DESKTOP_ENTRIES+="Xfracint" "${COMMENT}" "" "${PORTNAME}" "" "false"
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
@ -28,13 +25,13 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-unix__fpu087.c
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${PREFIX}/bin/${PORTNAME}
|
||||
@${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${PREFIX}/man/man1/${MAN1}
|
||||
@${MKDIR} ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/sstools.ini ${DATADIR}
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/xfractint ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
@${INSTALL_MAN} ${WRKSRC}/unix/xfractint.man ${STAGEDIR}${PREFIX}/man/man1/${MAN1}
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/fractint.hlp ${STAGEDIR}${DATADIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/sstools.ini ${STAGEDIR}${DATADIR}
|
||||
.for dir in formulas ifs lsystem maps pars
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${DATADIR}
|
||||
@cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/xfractint
|
||||
man/man1/xfractint.man.gz
|
||||
%%DATADIR%%/fractint.hlp
|
||||
%%DATADIR%%/sstools.ini
|
||||
%%DATADIR%%/formulas/fract001.frm
|
||||
|
Loading…
Reference in New Issue
Block a user