mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# New ports collection makefile for: dvips
|
|
# Version required: 5.58
|
|
# Date created: 30 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.12 1996/11/17 08:44:27 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= dvips
|
|
PKGNAME= dvips-5.58
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/
|
|
DISTFILES= dvips558.tar.gz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
IS_INTERACTIVE= yes
|
|
EXTRACT_CMD= (zcat | dd 2>/dev/null | tar xf -)
|
|
EXTRACT_ARGS= <
|
|
MAN1= dvips.1 afm2tfm.1
|
|
|
|
pre-install:
|
|
@${MKDIR} ${PREFIX}/lib/texmf
|
|
|
|
pre-clean:
|
|
@rm -f ${SCRIPTDIR}/post-install
|
|
|
|
.include <bsd.port.mk>
|