[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / scrot

File: [local] / ports / graphics / scrot / Makefile (download)

Revision 1.26, Tue Sep 26 11:39:10 2023 UTC (8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, HEAD
Changes since 1.25: +1 -1 lines

MASTER_SITES -> SITES

COMMENT=		commandline screen capture util

V=			1.10
DISTNAME=		scrot-${V}

CATEGORIES=		graphics

# BSD
PERMIT_PACKAGE=	Yes

COMPILER=		base-clang ports-gcc
COMPILER_LANGS=		c

WANTLIB += Imlib2 X11 Xcomposite Xext Xfixes Xinerama c

SITES=			https://github.com/resurrecting-open-source-projects/scrot/releases/download/${V}/

LIB_DEPENDS=		graphics/imlib2

CONFIGURE_STYLE=	gnu

FAKE_FLAGS+=		docsdir=${PREFIX}/share/doc/scrot/

SEPARATE_BUILD=		Yes

.include <bsd.port.mk>