1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/www/cheetah/Makefile
Mario Sergio Fujikawa Ferreira 93b8f14b85 Deploy USE_GNOMENG infrastructure
PR:		42289
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-01 15:31:33 +00:00

27 lines
544 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= nakai@FreeBSD.org
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_GNOMENG= yes
USE_GNOME= gtk12
USE_GMAKE= yes
.include <bsd.port.mk>