ports/textproc/add-css-links/Makefile
Daniel Engberg 30c902c8fc textproc/add-css-links: Deprecate and set expiration date to 2025-04-30
Obsolete and unmaintained in tree for years
2025-03-13 21:46:30 +01:00

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>