freebsd-ports/www/osb-nrcit/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

31 lines
683 B
Makefile

# New ports collection makefile for: osb-nrcit
# Date created: 2004-11-29
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= osb-nrcit
PORTVERSION= 0.5.0
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtk-webcore
MAINTAINER= ports@FreeBSD.org
COMMENT= Embeddable web component using KJS, KHTML and KWIQ
LIB_DEPENDS= nrcore.0:${PORTSDIR}/www/osb-nrcore \
curl.4:${PORTSDIR}/ftp/curl
USE_GNOME= gtk20 gnomehack
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool:15
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !amd64"
.endif
.include <bsd.port.post.mk>