diff options
author | ahze <ahze@FreeBSD.org> | 2004-12-01 04:02:47 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-12-01 04:02:47 +0000 |
commit | 732b84afb0e8b577740c10e0c406601df6eea39c (patch) | |
tree | 8e699f99095c43573b30fb5eaaef304dfbe82b74 /www/osb-nrcit | |
parent | 44d79da872209f1936642df20292c24d838a346e (diff) | |
download | FreeBSD-ports-732b84afb0e8b577740c10e0c406601df6eea39c.zip FreeBSD-ports-732b84afb0e8b577740c10e0c406601df6eea39c.tar.gz |
Add osb-nrcit
Embeddable web component using KJS, KHTML and KWIQ.
Part of Gtk-Webcore
Diffstat (limited to 'www/osb-nrcit')
-rw-r--r-- | www/osb-nrcit/Makefile | 24 | ||||
-rw-r--r-- | www/osb-nrcit/distinfo | 2 | ||||
-rw-r--r-- | www/osb-nrcit/pkg-descr | 5 | ||||
-rw-r--r-- | www/osb-nrcit/pkg-plist | 7 |
4 files changed, 38 insertions, 0 deletions
diff --git a/www/osb-nrcit/Makefile b/www/osb-nrcit/Makefile new file mode 100644 index 0000000..a2d5384 --- /dev/null +++ b/www/osb-nrcit/Makefile @@ -0,0 +1,24 @@ +# 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 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gtk-webcore + +MAINTAINER= ahze@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_LIBTOOL_VER=15 + +.include <bsd.port.mk> diff --git a/www/osb-nrcit/distinfo b/www/osb-nrcit/distinfo new file mode 100644 index 0000000..b12a0c7 --- /dev/null +++ b/www/osb-nrcit/distinfo @@ -0,0 +1,2 @@ +MD5 (osb-nrcit-0.5.0.tar.gz) = b02f4a0dcaac722ad7cdc112db964df4 +SIZE (osb-nrcit-0.5.0.tar.gz) = 265416 diff --git a/www/osb-nrcit/pkg-descr b/www/osb-nrcit/pkg-descr new file mode 100644 index 0000000..f1587ea --- /dev/null +++ b/www/osb-nrcit/pkg-descr @@ -0,0 +1,5 @@ +Embeddable web component using KJS, KHTML and KWIQ. + +Part of Gtk-Webcore + +WWW: http://gtk-webcore.sf.net/ diff --git a/www/osb-nrcit/pkg-plist b/www/osb-nrcit/pkg-plist new file mode 100644 index 0000000..1a9c80e --- /dev/null +++ b/www/osb-nrcit/pkg-plist @@ -0,0 +1,7 @@ +include/osb/gtk-khtml.h +include/osb/osb.h +lib/libnrcit.a +lib/libnrcit.so +lib/libnrcit.so.0 +libdata/pkgconfig/osb-nrcit.pc +@dirrm include/osb |