aboutsummaryrefslogtreecommitdiffstats
path: root/print/dvips/Makefile
blob: c658c8fb890be71ec59a5e3fd6774ae613273b48 (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
# New ports collection makefile for:    dvips
# Version required:     5.58
# Date created:         30 September 1994
# Whom:                 jmz
#
# $Id: Makefile,v 1.6 1995/04/15 04:33:41 asami Exp $
#

DISTNAME=   dvips
PKGNAME=    dvips-5.58
CATEGORIES+=    printing
MASTER_SITES=   ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/
DISTFILES=  dvips558.tar.gz

MAINTAINER= jmz@FreeBSD.org

IS_INTERACTIVE= yes

pre-install:
    @mkdir -p ${PREFIX}/lib/texmf
    @mkdir -p ${PREFIX}/man/man1
    @if -f ${SCRIPTDIR}/install.tmp; then sh ${SCRIPTDIR}/install.tmp; fi

.include <bsd.port.mk>