mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
- Add USES=libtool. - Put manpages in pkg-plist. - Replace post-configure with --disable-static.
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# Created by: stas
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdispatch
|
|
PORTVERSION= 210
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Grand Central Dispatch API support library
|
|
|
|
LICENSE= APACHE20
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
USES= libtool tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|