mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
23 lines
506 B
Makefile
23 lines
506 B
Makefile
# 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>
|