mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
ba0673b799
Additionally do some minor touch ups to Makefile while at it PR: 259595 Approved by: pi (maintainer), mentors (implicit)
24 lines
500 B
Makefile
24 lines
500 B
Makefile
PORTNAME= litmus
|
|
DISTVERSION= 0.13
|
|
PORTREVISION= 2
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.webdav.org/neon/litmus/
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= WebDAV server protocol compliance test suite
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libneon.so:www/neon \
|
|
libk5crypto.so:security/krb5
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-ssl --with-neon=${LOCALBASE}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|25 26 27 28 29|& 30 31 32|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|