openbsd-ports/www/libghttp/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

29 lines
569 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/03/29 13:39:00 sthen Exp $
COMMENT= GNOME http client library
DISTNAME= libghttp-1.0.9
REVISION= 2
CATEGORIES= www
SHARED_LIBS= ghttp 1.0
MODGNU_SHARED_LIBS=ghttp ''
HOMEPAGE= http://www.gnome.org/
MASTER_SITES= $(MASTER_SITE_GNOME:=sources/libghttp/1.0/)
# GPLv2 - LGPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>