1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/print/txtbdf2ps/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

29 lines
620 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= txtbdf2ps
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= https://googledrive.com/host/0BwCT-sp3iBCaeDRPYm1jTjl1Qmc/ \
http://oldrus-ispell.sourceforge.net/
EXTRACT_SUFX= .txt
MAINTAINER= ak@FreeBSD.org
COMMENT= Translator TXT + BDF to PS
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>