aboutsummaryrefslogtreecommitdiffstats
path: root/print/pstotext/Makefile
blob: 76f556b4c38d6567b3a12cdc022c199c60a2eab9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    pstotext
# Date created:     December 6, 1999
# Whom:         Oliver Breuninger <ob@seicom.NET>
#
# $FreeBSD$
#

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

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>