blob: 33887bebf6c241687fb96eec8e0e64c21c1fcb6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# ex:ts=8
# Ports collection makefile for: tensile
# Date created: May 6, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tensile
PORTVERSION= 0.9p7
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
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>
|