1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/print/xdvi/Makefile
Jean-Marc Zucconi 3f3532544c The configure script now propose to create fonts in the default tex
font directory  instead of /tmp.
If the user choose the defaults, then the mode of font directory is
changed to 1777 at install time.
1995-04-20 02:04:02 +00:00

37 lines
948 B
Makefile

# New ports collection makefile for: xdvi
# Version required: patchlevel 18
# Date created: 1 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.11 1995/04/17 20:31:43 asami Exp $
#
DISTNAME= xdvi
PKGNAME= xdvi-pl18
CATEGORIES+= printing
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
DISTFILES= xdvi.tar.Z
MAINTAINER= jmz@FreeBSD.org
USE_IMAKE= yes
USE_GMAKE= yes
IS_INTERACTIVE= yes
XMKMF= xmkmf
.if !defined(BATCH)
install: build
@echo "===> Installing for ${DISTNAME}"
@mkdir -p ${PREFIX}/man/man1
@mkdir -p ${PREFIX}/bin
@(cd ${WRKSRC}; ${GMAKE} install.man \
MANDIR=${PREFIX}/man/man1 MANSUFFIX=1)
@(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} xdvi.man)
@(cd ${WRKSRC}; ${GMAKE} -f Makefile install BINDIR=${PREFIX}/bin)
@(cd ${WRKSRC}; install -c -m 755 -o bin MakeTeXPK ${PREFIX}/bin)
@if -f ${SCRIPTDIR}/install.tmp; then sh ${SCRIPTDIR}/install.tmp; fi
.endif
.include <bsd.port.mk>