summaryrefslogtreecommitdiff
path: root/graphics/scrot/Makefile
blob: 71ccd573340aee8542cc8c2f7c5517c9377903cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	scrot
# Date created:				27 Oct 2000
# Whom:					Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=	scrot
PORTVERSION=	0.4
CATEGORIES=	graphics
MASTER_SITES=	http://www.linuxbrit.co.uk/downloads/

MAINTAINER=	ishmael27@home.com

LIB_DEPENDS=	Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp

GNU_CONFIGURE=	yes
USE_X_PREFIX=	yes

MAN1=		scrot.1

.include <bsd.port.mk>