diff options
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/cheetah/Makefile | 25 | ||||
-rw-r--r-- | www/cheetah/distinfo | 1 | ||||
-rw-r--r-- | www/cheetah/pkg-comment | 1 | ||||
-rw-r--r-- | www/cheetah/pkg-descr | 3 | ||||
-rw-r--r-- | www/cheetah/pkg-plist | 3 |
6 files changed, 34 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c678843..0b24b23 100644 --- a/www/Makefile +++ b/www/Makefile @@ -40,6 +40,7 @@ SUBDIR += cgiparse SUBDIR += cgiwrap SUBDIR += checkbot + SUBDIR += cheetah SUBDIR += chimera SUBDIR += chimera2 SUBDIR += comclear diff --git a/www/cheetah/Makefile b/www/cheetah/Makefile new file mode 100644 index 0000000..e26ce9f --- /dev/null +++ b/www/cheetah/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: cheetah +# Date created: 06 May 2001 +# Whom: Yukihiro Nakai <nakai@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cheetah +PORTVERSION= 0.05 +CATEGORIES= www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= cheetah + +MAINTAINER= nakai@FreeBSD.org + +LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.4:${PORTSDIR}/graphics/png + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_GTK= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/www/cheetah/distinfo b/www/cheetah/distinfo new file mode 100644 index 0000000..c596cc7 --- /dev/null +++ b/www/cheetah/distinfo @@ -0,0 +1 @@ +MD5 (cheetah-0.05.tar.gz) = 1a6141feec5ef26fb69711765435f834 diff --git a/www/cheetah/pkg-comment b/www/cheetah/pkg-comment new file mode 100644 index 0000000..9331f7a --- /dev/null +++ b/www/cheetah/pkg-comment @@ -0,0 +1 @@ +GTK+ based light-weight web browser diff --git a/www/cheetah/pkg-descr b/www/cheetah/pkg-descr new file mode 100644 index 0000000..8c3c98a --- /dev/null +++ b/www/cheetah/pkg-descr @@ -0,0 +1,3 @@ +GTK+ based light-weight web browser + +Web: http://cheetah.sourceforge.net/ diff --git a/www/cheetah/pkg-plist b/www/cheetah/pkg-plist new file mode 100644 index 0000000..9b1bd32 --- /dev/null +++ b/www/cheetah/pkg-plist @@ -0,0 +1,3 @@ +bin/cheetah +bin/color_hash +bin/html_hash |