aboutsummaryrefslogtreecommitdiff
path: root/lang/gcl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcl/Makefile')
-rw-r--r--lang/gcl/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/gcl/Makefile b/lang/gcl/Makefile
deleted file mode 100644
index bc4d5e9fc7c3..000000000000
--- a/lang/gcl/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# New ports collection makefile for: gcl
-# Version required: 2.0
-# Date created: Wed Feb 8 01:49:11 1995
-# Whom: hsu
-#
-# $Id: Makefile,v 1.4 1995/04/16 22:09:31 hsu Exp $
-#
-
-DISTNAME= gcl-2.0
-CATEGORIES+= languages
-MASTER_SITES= ftp://ftp.cli.com/pub/gcl/ ftp://math.utexas.edu/pub/gcl/
-EXTRACT_SUFX= .tgz
-MAKEFILE= makefile
-
-do-install:
- @(cd ${WRKSRC}; ${MAKE} PREFIX_DIR=${PREFIX} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
-
-.include <bsd.port.mk>