blob: 895816b590dd278e0ba6c5c73b49958faea39d85 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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://src4.narod.ru/ \
http://oldrus-ispell.sourceforge.net/
EXTRACT_SUFX= .txt
MAINTAINER= ak@FreeBSD.org
COMMENT= Translator TXT + BDF to PS
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:
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${DISTNAME}.txt
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.txt ${PREFIX}/bin/txtbdf2ps
.include <bsd.port.mk>
|