2002-05-06 19:33:55 +00:00
|
|
|
# ex:ts=8
|
2002-06-16 10:21:43 +00:00
|
|
|
# Ports collection makefile for: tensile
|
2002-05-06 19:33:55 +00:00
|
|
|
# Date created: May 6, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-06-16 10:21:43 +00:00
|
|
|
PORTNAME= tensile
|
2002-08-21 09:24:23 +00:00
|
|
|
PORTVERSION= 0.9p8
|
2002-05-06 19:33:55 +00:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
|
2002-07-25 18:19:57 +00:00
|
|
|
http://iling.nw.ru/~artem/downloads/ \
|
|
|
|
http://unixpages.org/distfiles/
|
2002-06-16 10:21:43 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
2002-05-06 19:33:55 +00:00
|
|
|
|
2002-07-25 18:19:57 +00:00
|
|
|
MAINTAINER= chris@unixpages.org
|
2003-02-21 12:35:09 +00:00
|
|
|
COMMENT= The New Scripting Language
|
2002-05-06 19:33:55 +00:00
|
|
|
|
2003-04-09 18:27:52 +00:00
|
|
|
BROKEN= "Does not compile"
|
|
|
|
|
2002-05-06 19:33:55 +00:00
|
|
|
LIB_DEPENDS= utils:${PORTSDIR}/lang/libutils
|
|
|
|
|
2002-07-25 18:19:57 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-05-06 19:33:55 +00:00
|
|
|
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>
|