mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
76a31d626b
GKrellM. Submitted by: Andrew Stuart <elitetek@tekrealm.net>
24 lines
568 B
Makefile
24 lines
568 B
Makefile
# New ports collection makefile for: gkrellshoot
|
|
# Date Created: 7 Mar 2002
|
|
# Whom: Andrew Stuart <elitetek@tekrealm.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gkrellshoot
|
|
PORTVERSION= 0.2
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.geocities.com/m_muthukumar/
|
|
|
|
MAINTAINER= elitetek@tekrealm.net
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \
|
|
import:${PORTSDIR}/graphics/ImageMagick
|
|
|
|
WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION}
|
|
USE_X_PREFIX= yes
|
|
USE_IMLIB= yes
|
|
|
|
.include <bsd.port.mk>
|