13 lines
197 B
Makefile
13 lines
197 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# to use:
|
|
# in your makefile, set:
|
|
# PORTVERSION= ${THRIFT_PORTVERSION}
|
|
# see $PORTSDIR/devel/thrift for examples
|
|
THRIFT_PORTVERSION= 0.11.0
|
|
|
|
CONFIGURE_ARGS+= \
|
|
--without-tests
|
|
|