diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:26:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-29 07:26:56 +0000 |
commit | dc183c6400a1bfcba6f82bbde21eb92607ac96df (patch) | |
tree | 433bdd9a4b158f8fabbb0b82a4f9b47cf22d2a29 /print/pstotext/Makefile | |
parent | Moving the auctex port from editors to print. (diff) |
Moving the pstotext port from textproc to print.
Diffstat (limited to 'print/pstotext/Makefile')
-rw-r--r-- | print/pstotext/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/pstotext/Makefile b/print/pstotext/Makefile new file mode 100644 index 000000000000..1f1d06a22ea7 --- /dev/null +++ b/print/pstotext/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: pstotext +# Version required: 2.1 +# Date created: December 6, 1999 +# Whom: Oliver Breuninger <ob@seicom.NET> +# +# $FreeBSD$ +# + +DISTNAME= pstotext +PKGNAME= pstotext-2.1 +CATEGORIES= print +MASTER_SITES= http://www.research.digital.com/SRC/virtualpaper/cgi-bin/nph-download.tcl/pstotext.tar.Z?object=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> |