freebsd-ports/graphics/gkrellkam2/Makefile
Edwin Groothuis 6c55c54167 New port: graphics/gkrellkam2
A plugin to GKrellM that displays thumbnails of periodically
    updated

PR:		ports/45665
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2002-11-24 04:20:21 +00:00

30 lines
739 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= jylefort@brutele.be
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>