1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/print/dvi2xx/Makefile

35 lines
857 B
Makefile
Raw Normal View History

1995-04-15 04:34:11 +00:00
# New ports collection makefile for: dvi2xx
# Version required: 0.51alpha9
# Date created: 14 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.6 1995/04/18 14:02:57 jmz Exp $
1995-04-15 04:34:11 +00:00
#
DISTNAME= dvi2xx
1995-04-15 04:34:11 +00:00
PKGNAME= dvi2xx-0.51a9
DISTFILES= dvi2xx.tar.gz
CATEGORIES+= printing
MAINTAINER= jmz@FreeBSD.ORG
#other equivalent sites: ftp.shsu.edu ftp.dante.de
CTAN?= ftp.tex.ac.uk
FTPGET= ${FILESDIR}/ftpget
dvi2xx.tar.gz:
@${FTPGET} ${CTAN} /tex-archive/dviware dvi2xx.tar.gz ${DISTDIR}/$@
1995-01-27 07:33:42 +00:00
pre-install:
@mkdir -p ${PREFIX}/bin
@mkdir -p ${PREFIX}/man/man1
@mkdir -p ${PREFIX}/lib/dvi2xx
@(cd ${WRKSRC}; install -m 755 -c MakeTeXPK ${PREFIX}/bin)
@(cd ${WRKSRC}; install -c -m 644 2up.sty graybox.sty lj3-filter \
printcap.sample sample2.tex testpage.tex ${PREFIX}/lib/dvi2xx/)
.include "Makefile.inc"
.include <bsd.port.mk>