openbsd-ports/www/libghttp/Makefile
espie f1e7eab840 those packages have not changed names since 3.6, even though their
packing-lists was changes in significant ways, and they do not have
enough dependencies that pkg_add can detect they changed through their
signature.

Bump the pkgname, so that pkg_add -r will choose to update them.

okay pvalchev@
2005-08-17 16:10:02 +00:00

22 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.16 2005/08/17 16:10:05 espie Exp $
COMMENT= "GNOME http client library"
DISTNAME= libghttp-1.0.9
PKGNAME= ${DISTNAME}p0
CATEGORIES= www
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
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>