mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
45e271d3f4
Embeddable web component using KJS, KHTML and KWIQ. Part of Gtk-Webcore
25 lines
528 B
Makefile
25 lines
528 B
Makefile
# 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>
|