blob: 4fddd74f2aea4c3dcfaa45e85898f1c229669288 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|