freebsd-ports/www/osb-nrcore/Makefile
Martin Wilke 4c39003329 - Update to 0.5.1
- Remove IGNORE on FreeBSD 4.x, it's no longer need.

PR:		108889
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-02-08 22:33:32 +00:00

37 lines
877 B
Makefile

# New ports collection makefile for: osb-nrcore
# Date created: 2004-11-29
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= osb-nrcore
PORTVERSION= 0.5.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtk-webcore
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk+ WebCore html rendering engine
BUILD_DEPENDS= osb-jscore>=0.5.1:${PORTSDIR}/lang/osb-jscore
RUN_DEPENDS= osb-jscore>=0.5.1:${PORTSDIR}/lang/osb-jscore
USE_GNOME= gnomehack gnometarget gtk20
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= Does not compile on alpha
.endif
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g ; \
s|-nostdinc++||g ; \
s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure
.include <bsd.port.post.mk>