mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
34 lines
725 B
Makefile
34 lines
725 B
Makefile
# 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://members.fortunecity.com/brodsky/TL/LS/ \
|
|
http://sawsoft.newmail.ru/LS/
|
|
EXTRACT_SUFX= .txt
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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>
|