aboutsummaryrefslogtreecommitdiff
path: root/lang/osb-jscore/Makefile
blob: ddfe125b584f31aa2f40e8c1255eba3d9a52d90f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	osb-jscore
# Date created:		2004-11-29
# Whom:			Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	osb-jscore
PORTVERSION=	0.5.2
PORTREVISION=	4
CATEGORIES=	lang www java
MASTER_SITES=	SF/gtk-webcore/gtk-webcore/${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gtk+ WebCore JavaScript interpreter

USE_GNOME=	gnomehack gnometarget gtk20
USE_AUTOTOOLS=	libtool:22
CONFIGURE_ENV=	CPPFLAGS="${PTHREAD_CFLAGS}" \
		LDFLAGS="${PTHREAD_LIBS}"
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|-nostdinc++||g' ${WRKSRC}/configure

.include <bsd.port.mk>