summaryrefslogtreecommitdiff
path: root/print/dviselect/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/dviselect/Makefile')
-rw-r--r--print/dviselect/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile
deleted file mode 100644
index ac73d7683c51..000000000000
--- a/print/dviselect/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# New ports collection makefile for: dviselect
-# Version required: ?
-# Date created: 12 October 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.6 1995/04/15 04:33:44 asami Exp $
-#
-
-DISTNAME= dviselect
-PKGNAME= dviselect-1.3
-CATEGORIES+= printing
-MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/
-
-MAINTAINER= jmz@FreeBSD.org
-
-pre-install:
- @mkdir -p ${PREFIX}/man/man1
- @mkdir -p ${PREFIX}/bin
-
-.include <bsd.port.mk>