mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Detach from the www/neon port: use the neon version provided by sitecopy
(with libxml1). Enable optional SSL support.
This commit is contained in:
parent
5ddc21ef53
commit
ce887706b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55411
@ -7,19 +7,23 @@
|
||||
|
||||
PORTNAME= sitecopy
|
||||
PORTVERSION= 0.11.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.lyra.org/sitecopy/
|
||||
|
||||
MAINTAINER= olgeni@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
||||
xml.5:${PORTSDIR}/textproc/libxml
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/neon-config:${PORTSDIR}/www/neon
|
||||
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib -lintl"
|
||||
CONFIGURE_ARGS= --enable-libxml
|
||||
CONFIGURE_ARGS= --with-included-neon --with-libxml1
|
||||
|
||||
.ifndef WITHOUT_SSL
|
||||
USE_OPENSSL= yes
|
||||
CONFIGURE_ARGS+=--with-ssl=${OPENSSLBASE}
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= sitecopy.1
|
||||
|
Loading…
Reference in New Issue
Block a user