blob: 4d29edb75ee97b5a051c67f8025d2a56cc928060 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: gkrellshoot
# Date Created: 7 Mar 2002
# Whom: Andrew Stuart <elitetek@tekrealm.net>
#
# $FreeBSD$
#
PORTNAME= gkrellshoot
PORTVERSION= 0.3.2
PORTREVISION= 8
CATEGORIES= misc
MASTER_SITES= SF
MAINTAINER= elitetek@tekrealm.net
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>
|