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/Makefile | |
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/Makefile')
-rw-r--r-- | www/osb-nrcit/Makefile | 24 |
1 files changed, 24 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> |