diff options
-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 000000000000..a2d5384a05f6 --- /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 000000000000..b12a0c7aca91 --- /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 000000000000..f1587ea40cec --- /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 000000000000..1a9c80e61d62 --- /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 |