summaryrefslogtreecommitdiff
path: root/lang/tensile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/tensile/Makefile')
-rw-r--r--lang/tensile/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/lang/tensile/Makefile b/lang/tensile/Makefile
deleted file mode 100644
index cc56a8e66003..000000000000
--- a/lang/tensile/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: nsl
-# Date created: May 6, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= nsl
-PORTVERSION= 0.9
-CATEGORIES= lang
-MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
- http://iling.nw.ru/~artem/downloads/
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= utils:${PORTSDIR}/lang/libutils
-
-USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 400010
-LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses
-.endif
-
-.include <bsd.port.post.mk>