1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/deskutils/taskd/Makefile
Tijl Coosemans 3ab1b8443e - Replace security/gnutls with security/gnutls3 and update to 3.2.15
- Bump PORTREVISION on all ports that depend on security/gnutls and
  adjust all ports that depend on security/gnutls3
- Update mail/anubis to version 4.2 which supports gnutls 3.x
- Update mail/libvmime to a development snapshot (recommended by upstream
  developers)

PR:		191274
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-07-23 09:54:02 +00:00

28 lines
462 B
Makefile

# Created by: gahr
# $FreeBSD$
PORTNAME= taskd
PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
MAINTAINER= gahr@FreeBSD.org
COMMENT= Multi-user server for taskwarrior
LICENSE= MIT
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
USES= cmake:outsource
CFLAGS+= -g -O0
PLIST_FILES= bin/taskd \
bin/taskdctl \
man/man1/taskd.1.gz \
man/man5/taskdrc.5.gz
PORTDOCS= *
.include <bsd.port.mk>