1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/lang/tensile/Makefile

37 lines
781 B
Makefile
Raw Normal View History

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
PORTVERSION= 0.9p8
2002-05-06 19:33:55 +00:00
CATEGORIES= lang
MASTER_SITES= http://savannah.gnu.org/download/nsl/ \
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
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
BROKEN= "Does not compile"
2002-05-06 19:33:55 +00:00
LIB_DEPENDS= utils:${PORTSDIR}/lang/libutils
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>