1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/osb-nrcit/Makefile
Martin Wilke 84b9c4a750 - Update to 0.5.1
- Remove IGNORE on FreeBSD 4.x, it's no longer need.

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

40 lines
985 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.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtk-webcore
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk+ WebCore embeddable web browser component
BUILD_DEPENDS= osb-nrcore>=0.5.1:${PORTSDIR}/www/osb-nrcore
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
RUN_DEPENDS= osb-nrcore>=0.5.1:${PORTSDIR}/www/osb-nrcore
USE_GNOME= gnomehack gnometarget gtk20 librsvg2
USE_AUTOTOOLS= libtool:15
CONFGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LDFLAGS="${PTHREAD_LIBS}"
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= Does not compile on !i386 and !amd64
.endif
post-patch:
@${REINPLACE_CMD} -e '/test/s|==|=|g ; \
s|-nostdinc++||g ; \
s|-Werror||g ; \
s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure
.include <bsd.port.post.mk>