opnsense-ports/devel/libmill/Makefile
Franco Fichtner b51be67417 */*: sync with upstream
Taken from: FreeBSD
2017-01-08 09:02:13 +01:00

20 lines
371 B
Makefile

# $FreeBSD$
PORTNAME= libmill
PORTVERSION= 1.18
CATEGORIES= devel
MASTER_SITES= http://libmill.org/
MAINTAINER= bapt@FreeBSD.org
COMMENT= Go-style concurrency in CGo-style concurrency in C
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix libtool
INSTALL_TARGET= install-strip
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
TEST_TARGET= check
.include <bsd.port.mk>