freebsd-ports/www/cheetah/Makefile
Kris Kennaway b4fd0b8e38 Reset maintainer on ports owned by the following committers who have
been inactive for over 12 months and did not respond to my email confirming
their status: keith, nakai, torstenb

Reviewed by:	portmgr
2003-11-03 01:19:26 +00:00

26 lines
572 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= GTK+ based light-weight web browser
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
USE_GMAKE= yes
.include <bsd.port.mk>