24 lines
529 B
Makefile
24 lines
529 B
Makefile
# $OpenBSD: Makefile,v 1.12 2001/04/09 23:06:53 avsm Exp $
|
|
|
|
COMMENT= "GNOME http client library"
|
|
|
|
DISTNAME= libghttp-1.0.9
|
|
CATEGORIES= www
|
|
NEED_VERSION= 1.391
|
|
MASTER_SITES= $(MASTER_SITE_GNOME)
|
|
MASTER_SITE_SUBDIR= stable/sources/libghttp
|
|
|
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.include <bsd.port.mk>
|