freebsd-ports/devel/uatraits/Makefile
Mathieu Arnold a28f0f7f7f Remove all USE_OPENSSL occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:30 +00:00

31 lines
816 B
Makefile

# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
# $FreeBSD$
PORTNAME= uatraits
PORTVERSION= 20130430
PORTREVISION= 5
CATEGORIES= devel www
MASTER_SITES= http://people.freebsd.org/~demon/
MAINTAINER= demon@FreeBSD.org
COMMENT= User-Agent detection library
BROKEN_powerpc64= Does not build
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>