mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
914b3ee3b3
I do not have the time, nor the ability to update this port at this time (or any time soon.. regrettably..) Can you drop me as maintainer please?
33 lines
847 B
Makefile
33 lines
847 B
Makefile
# New ports collection makefile for: gkrellshoot2
|
|
# Date Created: 28 Jan 2003
|
|
# Whom: Andrew Stuart <elitetek@tekrealm.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellshoot
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A screen locking and screen capture plugin for GKrellM 2
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \
|
|
import:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so
|
|
WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION}
|
|
USE_X_PREFIX= yes
|
|
|
|
ALL_TARGET= ${PORTNAME}.so
|
|
|
|
do-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
.include <bsd.port.mk>
|