27 lines
545 B
Makefile
27 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.17 2005/12/31 14:35:36 sturm Exp $
|
|
|
|
COMMENT= "GNOME http client library"
|
|
|
|
DISTNAME= libghttp-1.0.9
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= www
|
|
SHARED_LIBS= ghttp 1.0
|
|
MODGNU_SHARED_LIBS=ghttp ''
|
|
|
|
MASTER_SITES= $(MASTER_SITE_GNOME:=sources/libghttp/1.0/)
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.include <bsd.port.mk>
|