d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
724 B
Makefile
28 lines
724 B
Makefile
# 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= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= elitetek@tekrealm.net
|
|
COMMENT= A screen locking and screen capture plugin for GKrellM
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/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_X_PREFIX= yes
|
|
USE_GNOME= imlib
|
|
|
|
.include <bsd.port.mk>
|