mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
0ca553a5f6
PR: 225798 Approved by: maintainer timeout
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
|
|
|