summaryrefslogtreecommitdiff
path: root/textproc/xhtml-1.1/Makefile
blob: 6c62d4264f744312848045e1abce1b160d1d1a51 (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
26
# New ports collection makefile for:	XHTML 1.1 DTD
# Date created:				18 April 2003
# Whom:					Kimura Fuyuki <fuyuki@hadaly.org>
#
# $FreeBSD$
#

PORTNAME=	xhtml
PORTVERSION=	1.1
CATEGORIES=	textproc
MASTER_SITES=	http://www.w3.org/TR/xhtml11/
DISTNAME=	xhtml11
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	W3C's XHTML 1.1 DTD

WRKSRC=		${WRKDIR}/xhtml11-20010531
NO_BUILD=	yes
DTDDIR=		${PREFIX}/share/xml/${PORTNAME}/${PORTVERSION}

do-install:
	${MKDIR} ${DTDDIR}
	${INSTALL_DATA} ${WRKSRC}/DTD/* ${DTDDIR}

.include <bsd.port.mk>