e6efa5c7a2
scrot is a commandline screen capture util like "import", but using imlib2. It has lots of options for autogenerating filenames, and can do fun stuff like taking screenshots of multiple displays and glueing them together. from Victor Sahlstedt <cvss@home.se>; ok naddy@
27 lines
549 B
Makefile
27 lines
549 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2004/07/01 21:53:16 robert Exp $
|
|
|
|
COMMENT= "commandline screen capture util"
|
|
|
|
DISTNAME= scrot-0.8
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://www.linuxbrit.co.uk/scrot/
|
|
|
|
MAINTAINER= Victor Sahlstedt <cvss@home.se>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
LIB_DEPENDS= giblib.1::devel/giblib \
|
|
Imlib2.1::graphics/imlib2
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|