![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / graphics / scrot / Makefile (download)
Revision 1.44, Sun Jan 29 21:16:46 2023 UTC (4 months ago) by ryoon
*: Recursive revbup from graphics/freetype2 |
# $NetBSD: Makefile,v 1.44 2023/01/29 21:16:46 ryoon Exp $ DISTNAME= scrot-1.7 PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=resurrecting-open-source-projects/} GITHUB_RELEASE= ${PKGVERSION_NOREV} MAINTAINER= nia@NetBSD.org HOMEPAGE= https://github.com/resurrecting-open-source-projects/scrot COMMENT= Command line screen capture util like "import", but using imlib2 LICENSE= mit GNU_CONFIGURE= yes USE_TOOLS+= pkg-config .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Linux" . include "../../devel/libbsd/buildlink3.mk" .endif .include "../../graphics/imlib2/buildlink3.mk" .include "../../x11/libXcomposite/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXfixes/buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk"