Files
bsdports/devel/libdispatch/Makefile
2019-12-26 07:26:06 +00:00

18 lines
419 B
Makefile

# Created by: stas
# $FreeBSD: head/devel/libdispatch/Makefile 457063 2017-12-23 15:54:09Z tijl $
PORTNAME= libdispatch
PORTVERSION= 210
CATEGORIES= devel
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
MAINTAINER= brooks@FreeBSD.org
COMMENT= Grand Central Dispatch API support library
GNU_CONFIGURE= yes
#CONFIGURE_ARGS= --disable-static
USES= autoreconf tar:bzip2 gmake
USE_LDCONFIG= yes
.include <bsd.port.mk>