new plist, install documentation along with the rest.

This commit is contained in:
espie 2004-09-15 18:41:03 +00:00
parent d1fa125d45
commit f291301328
3 changed files with 22 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2004/08/04 16:12:14 naddy Exp $
# $OpenBSD: Makefile,v 1.22 2004/09/15 18:41:03 espie Exp $
# $FreeBSD: Makefile,v 1.2 1999/08/31 02:09:14 peter Exp $
COMMENT= "XML 1.0 parser written in C"
@ -19,6 +19,16 @@ PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
NO_REGRESS=Yes
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/conftools
DOC=${PREFIX}/share/doc/expat
EXAMPLES=${PREFIX}/share/examples/expat
SEPARATE_BUILD=simple
post-install:
${INSTALL_DATA_DIR} ${DOC} ${EXAMPLES}
${INSTALL_DATA} ${WRKDIST}/doc/{reference.html,style.css,valid-xhtml10.png} ${DOC}
${INSTALL_DATA} ${WRKDIST}/examples/{elements.c,outline.c} ${EXAMPLES}
.include <bsd.port.mk>

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2003/10/17 23:20:50 brad Exp $
lib/libexpat.so.4.0
DYNLIBDIR(%B)
@comment $OpenBSD: PFRAG.shared,v 1.5 2004/09/15 18:41:03 espie Exp $
@lib lib/libexpat.so.4.0

View File

@ -1,7 +1,14 @@
@comment $OpenBSD: PLIST,v 1.5 2002/08/05 01:14:29 brad Exp $
@comment $OpenBSD: PLIST,v 1.6 2004/09/15 18:41:03 espie Exp $
bin/xmlwf
include/expat.h
lib/libexpat.a
lib/libexpat.la
@man man/man1/xmlwf.1
share/doc/expat/
share/doc/expat/reference.html
share/doc/expat/style.css
share/doc/expat/valid-xhtml10.png
share/examples/expat/
share/examples/expat/elements.c
share/examples/expat/outline.c
%%SHARED%%
man/man1/xmlwf.1