freebsd-ports/devel/libdill/Makefile
Yuri Victorovich 4d5d01f014 devel/libdill: Update 2.13 -> 2.14
Reported by:	portscout
2019-02-28 18:18:14 +00:00

22 lines
450 B
Makefile

# $FreeBSD$
PORTNAME= libdill
DISTVERSION= 2.14
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Structured concurrency library in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_i386= error: this directive must appear between .cfi_startproc and .cfi_endproc directives
USES= autoreconf gmake libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
GH_ACCOUNT= sustrik
USE_LDCONFIG= yes
.include <bsd.port.mk>