mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3eb52230f6
With hat: portmgr
22 lines
569 B
Makefile
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>
|