openbsd-ports/graphics/scrot/Makefile

31 lines
623 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:16 espie Exp $
COMMENT= commandline screen capture util
DISTNAME= scrot-0.8
2010-11-09 14:00:28 -05:00
REVISION = 1
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
2010-11-09 14:00:28 -05:00
WANTLIB= X11 Xext c freetype m pthread-stubs xcb 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
.include <bsd.port.mk>