openbsd-ports/graphics/scrot/Makefile

33 lines
656 B
Makefile
Raw Normal View History

2011-11-02 05:57:21 -04:00
# $OpenBSD: Makefile,v 1.13 2011/11/02 09:57:22 jasper Exp $
COMMENT= commandline screen capture util
DISTNAME= scrot-0.8
2011-11-02 05:57:21 -04:00
REVISION = 3
CATEGORIES= graphics
HOMEPAGE= http://www.linuxbrit.co.uk/scrot/
2004-11-21 14:01:28 -05:00
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2011-11-02 05:57:21 -04:00
WANTLIB= X11 Xext c freetype m z \
2010-11-17 03:05:12 -05:00
giblib>=1 Imlib2>=1
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
2010-11-17 03:05:12 -05:00
LIB_DEPENDS= devel/giblib \
graphics/imlib2
2010-11-09 14:00:28 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
FAKE_FLAGS+= docsdir=${PREFIX}/share/doc/scrot/
.include <bsd.port.mk>