1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/misc/gkrellshoot/Makefile
Jim Mock 76a31d626b New port of gkrellshoot, a screen locking and screen capture plugin for
GKrellM.

Submitted by:	Andrew Stuart <elitetek@tekrealm.net>
2002-03-08 17:04:47 +00:00

24 lines
568 B
Makefile

# New ports collection makefile for: gkrellshoot
# Date Created: 7 Mar 2002
# Whom: Andrew Stuart <elitetek@tekrealm.net>
#
# $FreeBSD$
#
PORTNAME= gkrellshoot
PORTVERSION= 0.2
CATEGORIES= misc
MASTER_SITES= http://www.geocities.com/m_muthukumar/
MAINTAINER= elitetek@tekrealm.net
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \
import:${PORTSDIR}/graphics/ImageMagick
WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION}
USE_X_PREFIX= yes
USE_IMLIB= yes
.include <bsd.port.mk>