1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/print/dvips/Makefile
1995-04-15 04:34:11 +00:00

24 lines
452 B
Makefile

# New ports collection makefile for: dvips
# Version required: 5.58
# Date created: 30 September 1994
# Whom: jmz
#
# $Id$
#
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>