diff options
author | zuntum <zuntum> | 2001-03-24 17:47:24 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-03-24 17:47:24 +0000 |
commit | d1a380cad97865198b250fb9d3dbf699da213219 (patch) | |
tree | c030bfbff799d53e26820f388e77825e637a6dc5 /www/quanta/Makefile | |
parent | 67deaa33472fc958102f3eb680adf4cd221d922e (diff) | |
download | pkgsrc-d1a380cad97865198b250fb9d3dbf699da213219.tar.gz |
Initial import of quanta-2.0pr1
Quanta Plus is a web development tool for the K Desktop Environment. Quanta is
designed for quick web development and is rapidly becoming a mature editor
with a number of great features.
Package provided by Jared Mc Neill <jmcneill@invisible.yi.org>
in pkg/12464
Diffstat (limited to 'www/quanta/Makefile')
-rw-r--r-- | www/quanta/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/quanta/Makefile b/www/quanta/Makefile new file mode 100644 index 00000000000..608f9d10f81 --- /dev/null +++ b/www/quanta/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/03/24 17:47:24 zuntum Exp $ +# + +DISTNAME= quanta-2.0-pr1 +PKGNAME= quanta-2.0pr1 +CATEGORIES= www kde +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quanta/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmcneill@invisible.yi.org +HOMEPAGE= http://quanta.sourceforge.net/ +COMMENT= HTML editor suitable for experienced web developers + +DEPENDS+= kdebase>=2.1:../../x11/kdebase2 + +WRKSRC= ${WRKDIR}/quanta + +.include "../../x11/kde2/Makefile.part2" + +.include "../../mk/bsd.pkg.mk" |