1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/www/litmus/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

19 lines
372 B
Makefile

# $FreeBSD$
PORTNAME= litmus
PORTVERSION= 0.13
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/neon/litmus/
MAINTAINER= pi@FreeBSD.org
COMMENT= WebDAV server protocol compliance test suite
LIB_DEPENDS= libneon.so:www/neon \
libk5crypto.so:security/krb5
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-ssl --with-neon=/usr/local
.include <bsd.port.mk>