summaryrefslogtreecommitdiff
path: root/math/fudgit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/fudgit/Makefile')
-rw-r--r--math/fudgit/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile
deleted file mode 100644
index a01160d04628..000000000000
--- a/math/fudgit/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# New ports collection makefile for: Fudgit
-# Version required: 2.41
-# Date created: 17 November 1994
-# Whom: jmz
-#
-# $Id: Makefile,v 1.5 1995/04/22 11:30:07 asami Exp $
-#
-
-DISTNAME= Fudgit_2.41
-PKGNAME= Fudgit-2.41
-CATEGORIES= math
-MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/
-DISTFILES= fudgit_2.41.tar.gz
-
-MAINTAINER= jmz@FreeBSD.org
-
-USE_GMAKE= yes
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib/fudgit
- @mkdir -p ${PREFIX}/man/man1
- @(cd ${WRKSRC}/examples; cp * ${PREFIX}/lib/fudgit)
-
-.include <bsd.port.mk>