blob: bc63116485210af4111a8084fd12d2271db9c429 (
plain)
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
27
28
29
30
31
|
# 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= 2
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.3:${PORTSDIR}/ftp/curl
USE_GNOME= gtk20 gnomehack
INSTALLS_SHLIB= 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>
|