freebsd-ports/lang/tensile/Makefile
Ying-Chieh Liao 06e66e87b0 add nsl 0.9
The New Scripting Language
2002-05-06 19:33:55 +00:00

31 lines
602 B
Makefile

# 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>