freebsd-ports/graphics/gkrellkam2/Makefile
Kris Kennaway 09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00

33 lines
905 B
Makefile

# New ports collection makefile for: gkrellkam2
# Date Created: 24 Nov 2002
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
# $Id: Makefile,v 1.1.1.1 2002/11/24 03:37:56 jylefort Exp $
#
PORTNAME= gkrellkam
PORTVERSION= 2.0.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GKrellM plugin that display thumbnails of periodically updated images
BROKEN= "Conflicting dependencies (gkrellm and gkrellm2), will be removed after Feb 2"
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
USE_GMAKE= yes
MAN5= gkrellkam-list.5
MAKE_ENV+= MKDIR="${MKDIR}" \
INSTALL_DATA="${INSTALL_DATA}"
.include <bsd.port.mk>