aboutsummaryrefslogtreecommitdiff
path: root/print/dvips/Makefile
blob: 68c4b55f12947f516006521e67225195504b5308 (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
# New ports collection makefile for:    dvips
# Version required:     5.58
# Date created:         30 September 1994
# Whom:                 jmz
#
# $Id: Makefile,v 1.7 1995/04/20 02:03:21 jmz 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

.include <bsd.port.mk>