mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
23 lines
607 B
Makefile
23 lines
607 B
Makefile
PORTNAME= add-css-links
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://aaronland.info/xsl/xhtml/add-css-links/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Add one or more CSS <link> elements to an XHTML document
|
|
WWW= https://aaronland.info/xsl/xhtml/add-css-links
|
|
|
|
DEPRECATED= Obsolete and unmaintained in tree for years
|
|
EXPIRATION_DATE=2025-04-30
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/xhtml
|
|
|
|
PLIST_FILES= share/xsl/xhtml/add-css-links.xsl
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/xsl/xhtml
|
|
${CP} ${WRKSRC}/*.xsl ${STAGEDIR}${PREFIX}/share/xsl/xhtml/
|
|
|
|
.include <bsd.port.mk>
|