mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
68128a40e4
PR: 50755 Submitted by: brueffer (maintainer)
37 lines
781 B
Makefile
37 lines
781 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: tensile
|
|
# Date created: May 6, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tensile
|
|
PORTVERSION= 0.9p8
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
|
|
http://iling.nw.ru/~artem/downloads/ \
|
|
http://unixpages.org/distfiles/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
|
|
|
|
MAINTAINER= chris@unixpages.org
|
|
COMMENT= The New Scripting Language
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
LIB_DEPENDS= utils:${PORTSDIR}/lang/libutils
|
|
|
|
INSTALLS_SHLIB= yes
|
|
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>
|