mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
9716a77fea
since version 8.57. The leading ghostscript is the -gpl one. Approved by: portmgr (pav)
29 lines
600 B
Makefile
29 lines
600 B
Makefile
# New ports collection makefile for: pstotext
|
|
# Date created: December 6, 1999
|
|
# Whom: Oliver Breuninger <ob@seicom.NET>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pstotext
|
|
PORTVERSION= 1.8g
|
|
PORTREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.breuninger.org/files/distfiles/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ob@breuninger.org
|
|
COMMENT= A PostScript to Text converter
|
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
|
|
MAN1= pstotext.1
|
|
PLIST_FILES= bin/pstotext
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pstotext ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/pstotext.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|