freebsd-ports/print/dvi2xx/Makefile
Jean-Marc Zucconi 610352b6de Remove the private do-fetch target.
Use the MASTER_SITE_TEX_CTAN variable.
1996-12-27 16:34:53 +00:00

28 lines
697 B
Makefile

# New ports collection makefile for: dvi2xx
# Version required: 0.51alpha9
# Date created: 14 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.13 1996/12/17 12:33:37 asami Exp $
#
DISTNAME= dvi2xx
PKGNAME= dvi2xx-0.51a9
DISTFILES= dvi2xx.tar.gz
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN}
MASTER_SITE_SUBDIR= dviware
MAINTAINER= jmz@FreeBSD.ORG
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>