aboutsummaryrefslogtreecommitdiff
path: root/print/dvips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/dvips/Makefile')
-rw-r--r--print/dvips/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/print/dvips/Makefile b/print/dvips/Makefile
deleted file mode 100644
index 68c4b55f1294..000000000000
--- a/print/dvips/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: dvips
-# Version required: 5.58
-# Date created: 30 September 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.7 1995/04/20 02:03:21 jmz Exp $
-#
-
-DISTNAME= dvips
-PKGNAME= dvips-5.58
-CATEGORIES+= printing
-MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/dviware/dvips/
-DISTFILES= dvips558.tar.gz
-
-MAINTAINER= jmz@FreeBSD.org
-
-IS_INTERACTIVE= yes
-
-pre-install:
- @mkdir -p ${PREFIX}/lib/texmf
- @mkdir -p ${PREFIX}/man/man1
-
-.include <bsd.port.mk>