summaryrefslogtreecommitdiff
path: root/graphics/scrot/Makefile
blob: 3464a6807d7004a77aa52eec58a82814a2e977dd (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
28
# Created by: Jeremy Norris <ishmael27@home.com>

PORTNAME=	scrot
DISTVERSION=	1.7
CATEGORIES=	graphics

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	SCReenshOT - command line screen capture utility

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	autoconf-archive>=0:devel/autoconf-archive
LIB_DEPENDS=	libImlib2.so:graphics/imlib2

USE_GITHUB=	yes
GH_ACCOUNT=	resurrecting-open-source-projects

USES=		autoreconf pkgconfig xorg
GNU_CONFIGURE=	yes
USE_XORG=	x11 xext xfixes xcomposite

PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>