freebsd-ports/textproc/xmlcharent/Makefile
Christian Weisgerber 854c187a95 Remove MAINTAINER, as per his request:
"I'll be offline for the next few months.  Someone please take care
 of these poor orphans."

Also slip in some minor fixes.

PR:		52831
Submitted by:	Kimura Fuyuki <fuyuki@mj.0038.net>
2003-06-02 01:24:33 +00:00

26 lines
586 B
Makefile

# New ports collection makefile for: xmlcharent
# Date created: 31 January 2002
# Whom: Kimura Fuyuki <fuyuki@mj.0038.net>
#
# $FreeBSD$
#
PORTNAME= xmlcharent
PORTVERSION= 0.3
CATEGORIES= textproc
MASTER_SITES= http://www.oasis-open.org/docbook/${PORTNAME}/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= XML character entities
USE_ZIP= yes
NO_WRKSUBDIR= yes
NO_BUILD= yes
XMLDIR= ${PREFIX}/share/xml/${PORTNAME}
do-install:
${MKDIR} ${XMLDIR}
${INSTALL_DATA} ${WRKSRC}/*.ent ${FILESDIR}/catalog ${XMLDIR}
.include <bsd.port.mk>