aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/wmgrabimage/Makefile
blob: 9d1f90cb420f99a1c1505deb62f2193badd2d976 (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
26
27
# New ports collection makefile for:    wmGrabImage
# Date created:     4th November 1999
# Whom:         Sergey Osokin aka oZZ <ozz@FreeBSD.org.ru>
#
# $FreeBSD$
#

PORTNAME=   wmGrabImage
PORTVERSION=    0.72
PORTREVISION=   1
CATEGORIES= graphics windowmaker
MASTER_SITES=   http://nis-www.lanl.gov/~mgh/WindowMaker/
EXTRACT_SUFX=   .tgz

MAINTAINER= sascha@root-login.org
COMMENT=    Monitor your favorite web image

RUN_DEPENDS=    convert:${PORTSDIR}/graphics/ImageMagick

WRKSRC=     ${WRKDIR}/${DISTNAME}/wmGrabImage

USE_X_PREFIX=   YES
USE_XPM=    YES

MAN1=       wmGrabImage.1

.include <bsd.port.mk>