aboutsummaryrefslogtreecommitdiff
path: root/lang/STk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/STk/Makefile')
-rw-r--r--lang/STk/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile
deleted file mode 100644
index 872df6a936c1..000000000000
--- a/lang/STk/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: STk
-# Version required: 2.1
-# Date created: 28 Dec 1994
-# Whom: jmacd@uclink.berkeley.edu
-#
-# $Id: Makefile,v 1.7 1995/04/24 21:50:34 asami Exp $
-#
-
-DISTNAME= STk-2.1.6
-CATEGORIES+= languages
-MASTER_SITES= ftp://kaolin.unice.fr/pub/
-
-MAINTAINER= jmacd@FreeBSD.ORG
-
-IS_INTERACTIVE= yes
-GNU_CONFIGURE= yes
-MAKE_FLAGS= "prefix=${PREFIX}" -f
-
-post-install:
- @(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)
-
-.include <bsd.port.mk>