mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b324ade02d
Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472
30 lines
782 B
Makefile
30 lines
782 B
Makefile
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= uatraits
|
|
PORTVERSION= 20130430
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel www
|
|
MASTER_SITES= http://people.freebsd.org/~demon/
|
|
|
|
MAINTAINER= demon@FreeBSD.org
|
|
COMMENT= User-Agent detection library
|
|
|
|
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs \
|
|
libpcre.so:devel/pcre \
|
|
libxml2.so:textproc/libxml2
|
|
|
|
USES= autoreconf libtool pkgconfig python ssl
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --with-boost-prefix=${LOCALBASE} \
|
|
--with-pcre-prefix=${LOCALBASE} \
|
|
--enable-python --disable-perl --disable-tests \
|
|
--disable-java --disable-nodejs
|
|
CONFIGURE_ENV= crypto_CFLAGS="-I${OPENSSLINC}" \
|
|
crypto_LIBS="-L${OPENSSLLIB} -lcrypto"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include <bsd.port.mk>
|