openbsd-ports/www/libghttp/Makefile

29 lines
591 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2009/06/10 13:07:19 ajacoutot Exp $
COMMENT= GNOME http client library
DISTNAME= libghttp-1.0.9
PKGNAME= ${DISTNAME}p2
CATEGORIES= www
2005-12-31 09:35:36 -05:00
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
2000-03-31 13:41:22 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2005-12-31 09:35:36 -05:00
USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
2000-07-20 01:17:47 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>