06f59aa2ba
- Unbreak plist - Change maintainer's email PR: 58438 Submitted by: Henrik Motakef <ports@henrik-motakef.de> (maintainer)
28 lines
642 B
Makefile
28 lines
642 B
Makefile
# New ports collection makefile for: tei-xsl
|
|
# Date created: 19 May 2002
|
|
# Whom: Henrik Motakef <henrik.motakef@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tei
|
|
PORTVERSION= 2.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.tei-c.org/Stylesheets/
|
|
PKGNAMESUFFIX= -xsl-html
|
|
DISTNAME= teixsl-html
|
|
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@henrik-motakef.de
|
|
COMMENT= XSLT Stylesheets to convert TEI to HTML
|
|
|
|
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>
|