963854440c
It simplifies the handling of the XML and SMGL catalog It brings a big of consistency by always specifying the catalog path absolute instead of mixing absolute and relative path. The keyword is also written a PKG_ROOTDIR friendly to simplify cross installing Reviewed by: hrs Differential Revision: https://reviews.freebsd.org/D6539
29 lines
566 B
Makefile
29 lines
566 B
Makefile
# Created by: jfieber
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iso8879
|
|
PORTVERSION= 1986
|
|
PORTREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= LOCAL/kuriyama
|
|
DISTNAME= isoENTS
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Character entity sets from ISO 8879:1986 (SGML)
|
|
|
|
RUN_DEPENDS= xmlcatmgr:textproc/xmlcatmgr
|
|
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
INSTDIR= ${PREFIX}/share/sgml/iso8879
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${INSTDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/ISO* ${STAGEDIR}${INSTDIR}
|
|
@${INSTALL_DATA} ${FILESDIR}/catalog ${STAGEDIR}${INSTDIR}/catalog
|
|
|
|
|
|
.include <bsd.port.mk>
|