mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
27 lines
620 B
Makefile
27 lines
620 B
Makefile
PORTNAME= txtbdf2ps
|
|
PORTVERSION= 0.7.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= https://aklv.github.io/distfiles/ \
|
|
http://oldrus-ispell.sourceforge.net/
|
|
EXTRACT_SUFX= .txt
|
|
|
|
MAINTAINER= ak@FreeBSD.org
|
|
COMMENT= Translator TXT + BDF to PS
|
|
WWW= https://oldrus-ispell.sourceforge.net/txtbdf2ps.html
|
|
|
|
PLIST_FILES= bin/txtbdf2ps
|
|
USES= perl5 shebangfix
|
|
EXTRACT_CMD= ${CP}
|
|
EXTRACT_BEFORE_ARGS=
|
|
EXTRACT_AFTER_ARGS= ${WRKSRC}
|
|
SHEBANG_FILES= ${DISTNAME}.txt
|
|
NO_WRKSUBDIR= yes
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${STAGEDIR}${PREFIX}/bin/txtbdf2ps
|
|
|
|
.include <bsd.port.mk>
|