summaryrefslogtreecommitdiff
path: root/graphics/scrot/Makefile
blob: af3fc825e2ebc7200a9996fe254e27f5317072b5 (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
PORTNAME=	scrot
DISTVERSION=	1.10
PORTREVISION=	2
CATEGORIES=	graphics

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	SCReenshOT - command line screen capture utility
WWW=		https://github.com/resurrecting-open-source-projects/scrot

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

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

USES=		autoreconf pkgconfig xorg
USE_GITHUB=	yes
GH_ACCOUNT=	resurrecting-open-source-projects
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
USE_XORG=	x11 xext xfixes xcomposite xinerama

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

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>