2001-05-06 01:12:00 +02:00
|
|
|
# New ports collection makefile for: cheetah
|
|
|
|
# Date created: 06 May 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cheetah
|
2003-12-04 19:52:04 +01:00
|
|
|
PORTVERSION= 0.10
|
2008-03-21 23:06:15 +01:00
|
|
|
PORTREVISION= 4
|
2001-05-06 01:12:00 +02:00
|
|
|
CATEGORIES= www
|
2008-03-21 23:06:15 +01:00
|
|
|
MASTER_SITES= SF
|
2001-05-06 01:12:00 +02:00
|
|
|
|
2003-11-03 02:19:26 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= GTK+ based light-weight web browser
|
2001-05-06 01:12:00 +02:00
|
|
|
|
|
|
|
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-09-11 04:38:25 +02:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2001-05-06 01:12:00 +02:00
|
|
|
|
2002-09-01 17:31:33 +02:00
|
|
|
USE_GNOME= gtk12
|
2001-05-06 01:12:00 +02:00
|
|
|
USE_GMAKE= yes
|
2003-12-04 19:52:04 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
|
|
|
|
s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure
|
2001-05-06 01:12:00 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|