mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
56a322f266
- Simplify installation using COPYTREE_SHARE - Replace broken plist generation with PORTDATA=*
27 lines
623 B
Makefile
27 lines
623 B
Makefile
# 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}
|
|
EXTRACT_SUFX= .zip
|
|
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= hq@FreeBSD.org
|
|
COMMENT= Community initiative extensions to XSLT
|
|
|
|
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>
|