2001-05-05 23:12:00 +00:00
|
|
|
# New ports collection makefile for: cheetah
|
|
|
|
# Date created: 06 May 2001
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= cheetah
|
2003-12-04 18:52:04 +00:00
|
|
|
PORTVERSION= 0.10
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 2
|
2001-05-05 23:12:00 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-12-04 18:52:04 +00:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2001-05-05 23:12:00 +00:00
|
|
|
|
2003-11-03 01:19:26 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= GTK+ based light-weight web browser
|
2001-05-05 23:12:00 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-09-11 02:38:25 +00:00
|
|
|
png.5:${PORTSDIR}/graphics/png
|
2001-05-05 23:12:00 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-09-01 15:31:33 +00:00
|
|
|
USE_GNOME= gtk12
|
2001-05-05 23:12:00 +00:00
|
|
|
USE_GMAKE= yes
|
2003-12-04 18:52:04 +00: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-05 23:12:00 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|