openbsd-ports/graphics/scrot/Makefile
2010-11-17 08:05:12 +00:00

31 lines
623 B
Makefile

# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:16 espie Exp $
COMMENT= commandline screen capture util
DISTNAME= scrot-0.8
REVISION = 1
CATEGORIES= graphics
HOMEPAGE= http://www.linuxbrit.co.uk/scrot/
MAINTAINER= Victor Sahlstedt <salan@legonet.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext c freetype m pthread-stubs xcb z \
giblib>=1 Imlib2>=1
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
LIB_DEPENDS= devel/giblib \
graphics/imlib2
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>