1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/print/dvi2xx/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

28 lines
670 B
Makefile

# New ports collection makefile for: dvi2xx
# Date created: 14 October 1994
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= dvi2xx
PORTVERSION= 0.51.a9
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= dviware
DISTNAME= dvi2xx
MAINTAINER= jmz@FreeBSD.org
COMMENT= Convert dvi files to HP LaserJet or IBM 3812 format
MAN1= dvi2xx.1
IGNOREFILES= ${DISTFILES}
pre-install:
@${MKDIR} ${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 <bsd.port.mk>