aboutsummaryrefslogtreecommitdiff
path: root/textproc/xmlcharent/Makefile
blob: d6eea7ea919b730530e4ebc856bea13b7f41a647 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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=	fuyuki@hadaly.org

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>