aboutsummaryrefslogblamecommitdiff
path: root/textproc/exslt/Makefile
blob: 3704edccd5b43f250cd120d909b0431cb62b5372 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
                                                          
           


                          
                 




                                          
                                 

                                                       
                           

                                             
 
                   



                                                                                            
                 

           
                                       
                                                                              

                      
# Created by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
# $FreeBSD$

PORTNAME=	exslt
PORTVERSION=	2003.10.24
PORTREVISION=	1
CATEGORIES=	textproc
MASTER_SITES=	http://www.exslt.org/
DISTNAME=	all-${PORTNAME}
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Community initiative extensions to XSLT

BROKEN=		unfetchable
DEPRECATED=	Broken for more than 6 months
EXPIRATION_DATE=	2016-07-04

USES=		zip
NO_WRKSUBDIR=	yes
NO_BUILD=	yes

DATAFILES=	base.css date dyn exsl func howto.html index.html math random regexp set str
PORTDATA=	*

do-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}
	cd ${WRKSRC} && ${COPYTREE_SHARE} "${DATAFILES}" ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>