1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/gkrellshoot/Makefile
Thomas Abthorpe 3eb52230f6 - Reassign to the heap due to mail bounces
With hat:	portmgr
2012-09-22 04:09:59 +00:00

22 lines
569 B
Makefile

# Created by: Andrew Stuart <elitetek@tekrealm.net>
# $FreeBSD$
PORTNAME= gkrellshoot
PORTVERSION= 0.3.2
PORTREVISION= 9
CATEGORIES= misc
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A screen locking and screen capture plugin for GKrellM
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \
import:${PORTSDIR}/graphics/ImageMagick
PLIST_FILES= libexec/gkrellm/plugins/gkrellshoot.so
WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION}
USE_GNOME= imlib
.include <bsd.port.mk>