freebsd-ports/print/pstotext/Makefile

27 lines
583 B
Makefile
Raw Normal View History

# New ports collection makefile for: pstotext
# Date created: December 6, 1999
# Whom: Oliver Breuninger <ob@seicom.NET>
#
# $FreeBSD$
#
2000-04-09 19:50:59 +02:00
PORTNAME= pstotext
PORTVERSION= 1.8g
CATEGORIES= print
MASTER_SITES= http://www.breuninger.org/files/distfiles/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ob@breuninger.org
2003-02-21 14:28:59 +01:00
COMMENT= A PostScript to Text converter
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
MAN1= pstotext.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${PREFIX}/man/man1
.include <bsd.port.mk>