freebsd-ports/print/txtbdf2ps/Makefile

35 lines
731 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: txtbdf2ps
# Date created: Aug 10, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= txtbdf2ps
PORTVERSION= 0.7.1
CATEGORIES= print
MASTER_SITES= http://www.geocities.com/CapeCanaveral/Lab/5735/1/ \
http://oldrus-ispell.sourceforge.net/ \
http://src4.narod.ru/
EXTRACT_SUFX= .txt
MAINTAINER= spam@rm-rf.kiev.ua
2003-02-20 20:00:52 +01:00
COMMENT= Translator TXT + BDF to PS
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/txtbdf2ps
USE_PERL5= yes
EXTRACT_CMD= ${CP}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= ${WRKDIR}
NO_WRKSUBDIR= yes
NO_BUILD= yes
post-patch:
@${PERL} -pi -e "s|/usr/bin/perl|${PERL}|g" ${WRKSRC}/${DISTNAME}.txt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${PREFIX}/bin/txtbdf2ps
.include <bsd.port.mk>