freebsd-ports/graphics/scrot/Makefile
Will Andrews 90c4d3b58c Add scrot 0.4, a screen capture utility that uses imlib2.
PR:		22336
Submitted by:	Jeremy Norris <ishmael27@home.com>
2000-12-03 20:26:18 +00:00

22 lines
405 B
Makefile

# New ports collection makefile for: scrot
# Date created: 27 Oct 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= scrot
PORTVERSION= 0.4
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ishmael27@home.com
LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
MAN1= scrot.1
.include <bsd.port.mk>