3f3532544c
font directory instead of /tmp. If the user choose the defaults, then the mode of font directory is changed to 1777 at install time.
25 lines
570 B
Makefile
25 lines
570 B
Makefile
# 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>
|