diff --git a/textproc/tinyxml/Makefile b/textproc/tinyxml/Makefile index ec4fbafcf5d4..3a65f3997194 100644 --- a/textproc/tinyxml/Makefile +++ b/textproc/tinyxml/Makefile @@ -1,32 +1,34 @@ # Created by: Sergey Skvortsov PORTNAME= tinyxml PORTVERSION= 2.6.2 PORTREVISION= 4 CATEGORIES= textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org COMMENT= Small C++ XML parser WRKSRC= ${WRKDIR}/${PORTNAME} -USES= compiler:c++11-lang uidfix +USES= compiler:c++11-lang cpe uidfix USE_LDCONFIG= YES SHLIB_MAJOR= 3 PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}" +CPE_VENDOR= tinyxml_project + OPTIONS_DEFINE= DOCS PROFILE OPTIONS_SUB= yes post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.prev @${SED} -e "s=%%SHLIB_MAJOR%%=${SHLIB_MAJOR}=g" \ ${FILESDIR}/Makefile > ${WRKSRC}/Makefile post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} .include