openbsd-ports/graphics/scrot/Makefile

30 lines
611 B
Makefile
Raw Normal View History

2007-11-13 12:10:25 -05:00
# $OpenBSD: Makefile,v 1.6 2007/11/13 17:10:25 steven Exp $
COMMENT= commandline screen capture util
DISTNAME= scrot-0.8
2007-11-13 12:10:25 -05:00
PKGNAME= ${DISTNAME}p0
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
2007-11-13 12:10:25 -05:00
WANTLIB= X11 Xext c freetype m z
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
2006-08-03 08:53:18 -04:00
LIB_DEPENDS= giblib.>=1::devel/giblib \
Imlib2.>=1::graphics/imlib2
USE_X11= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>