1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/osb-browser/Makefile
Martin Wilke dc843b8641 - Update to 0.5.1
- Remove IGNORE on FreeBSD 4.x, it's no longer need.

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

31 lines
738 B
Makefile

# New ports collection makefile for: osb-browser
# Date created: 2004-11-29
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= osb-browser
PORTVERSION= 0.5.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtk-webcore
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk+ WebCore reference web browser implementation
BUILD_DEPENDS= osb-nrcit>=0.5.1:${PORTSDIR}/www/osb-nrcit
RUN_DEPENDS= osb-nrcit>=0.5.1:${PORTSDIR}/www/osb-nrcit
USE_GNOME= gnomehack gnometarget libglade2
USE_AUTOTOOLS= libtool:15
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-nostdinc++||g ; \
s|-Werror -ansi||g ; \
s|-nodefaultlibs -lgcc -lc||g' ${WRKSRC}/configure
.include <bsd.port.post.mk>