mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
419 B
Makefile
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>
|