mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 21:00:30 -04:00
Stage support
This commit is contained in:
parent
3acb181ef3
commit
b96c8c0d28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338944
2 changed files with 7 additions and 11 deletions
|
@ -7,22 +7,17 @@ CATEGORIES= textproc
|
|||
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A validating XML parser written in C
|
||||
|
||||
MAN1= rxp.1
|
||||
COMMENT= Validating XML parser written in C
|
||||
|
||||
RXP_HEADERS= charset.h ctype16.h dtd.h hash.h input.h namespaces.h \
|
||||
rxputil.h stdio16.h string16.h system.h url.h version.h \
|
||||
xmlparser.h
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rxp ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/librxp.a ${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/rxp.1 ${PREFIX}/man/man1
|
||||
${MKDIR} ${PREFIX}/include/rxp
|
||||
.for h in ${RXP_HEADERS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${h} ${PREFIX}/include/rxp
|
||||
.endfor
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rxp ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/librxp.a ${STAGEDIR}${PREFIX}/lib
|
||||
${INSTALL_MAN} ${WRKSRC}/rxp.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/include/rxp
|
||||
${INSTALL_DATA} ${RXP_HEADERS:S,^,${WRKSRC}/,} ${STAGEDIR}${PREFIX}/include/rxp
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -13,4 +13,5 @@ include/rxp/system.h
|
|||
include/rxp/url.h
|
||||
include/rxp/version.h
|
||||
include/rxp/xmlparser.h
|
||||
man/man1/rxp.1.gz
|
||||
@dirrm include/rxp
|
||||
|
|
Loading…
Add table
Reference in a new issue