mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
www/cadaver: Add CPE information
Approved by: portmgr (blanket)
This commit is contained in:
parent
3869334ad5
commit
f3cd0f2e47
@ -33,8 +33,10 @@ EXTRACT_AFTER_ARGS= \
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USES+= cpe
|
||||
CPE_VENDOR= webdav
|
||||
.if !defined(WITHOUT_OPENSSL)
|
||||
USES+= ssl
|
||||
USES+= ssl
|
||||
CONFIGURE_ARGS+= --with-ssl --with-force-ssl
|
||||
post-install:
|
||||
#
|
||||
@ -49,7 +51,7 @@ OPTIONS_DEFINE= NLS
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES= gettext iconv
|
||||
USES+= gettext iconv
|
||||
CONFIGURE_ARGS+=${ICONV_CONFIGURE_ARG} \
|
||||
--with-libintl-prefix=${LOCALBASE}
|
||||
LANGS=en@quot es it
|
||||
|
Loading…
Reference in New Issue
Block a user