blob: e0fcc28fb5c3d5e8fe55c39ffeba90801824e7f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: pstotext
# Date created: December 6, 1999
# Whom: Oliver Breuninger <ob@seicom.NET>
#
# $FreeBSD$
#
PORTNAME= pstotext
PORTVERSION= 2.1
CATEGORIES= print
MASTER_SITES= http://www.research.digital.com/SRC/virtualpaper/cgi-bin/nph-download.tcl/pstotext.tar.Z?object=pstotext
DISTNAME= pstotext
EXTRACT_SUFX= .tar.Z
MAINTAINER= ob@seicom.NET
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
WRKSRC= ${WRKDIR}/src
MAN1= pstotext.1
.include <bsd.port.mk>
|