summaryrefslogblamecommitdiff
path: root/textproc/tei-xsl-html/Makefile
blob: 90cce3b1321d4ea4c78113d87cc92e2dd1a0720e (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                              
                 



                                                 
                                                          

                                     
                                                       
 

                                









                                                   
# New ports collection makefile for:	tei-xsl
# Date created:				19 May 2002
# Whom:					Henrik Motakef <henrik.motakef@web.de>
#
# $FreeBSD$
#

PORTNAME=	tei
PORTVERSION=	1.0
PORTREVISION=	3
CATEGORIES=	textproc
MASTER_SITES=	http://www.tei-c.org/Stylesheets/
PKGNAMESUFFIX=	-xsl-html
DISTNAME=	teixsl-html
DIST_SUBDIR=	${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}

MAINTAINER=	henrik.motakef@web.de
COMMENT=	XSLT Stylesheets to convert TEI to HTML

BROKEN=		Broken pkg-plist

USE_ZIP=	yes
NO_WRKSUBDIR=	yes
NO_BUILD=	yes
INSTDIR=	${PREFIX}/share/xsl/tei/html

do-install:
	@[ -d ${INSTDIR} ] || ${MKDIR} ${INSTDIR}
	@${INSTALL_DATA} ${WRKSRC}/*.xsl ${INSTDIR}

.include <bsd.port.mk>