mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
1ce919e683
in configure stage).
29 lines
576 B
Makefile
29 lines
576 B
Makefile
# New ports collection makefile for: dvips
|
|
# Version required: 5.58
|
|
# Date created: 30 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $Id: Makefile,v 1.10 1995/12/06 00:35:31 jmz 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= <
|
|
|
|
pre-install:
|
|
@mkdir -p ${PREFIX}/lib/texmf
|
|
|
|
pre-clean:
|
|
@rm -f ${SCRIPTDIR}/post-install
|
|
|
|
.include <bsd.port.mk>
|