freebsd-ports/graphics/scrot/Makefile
Renato Botelho b3178408f3 - UNBREAK: Make it fetchable again
- Paficy portlint(1)

PR:		ports/94213
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr (erwin)
2006-03-08 11:14:38 +00:00

28 lines
575 B
Makefile

# New ports collection makefile for: scrot
# Date created: 27 Oct 2000
# Whom: Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#
PORTNAME= scrot
PORTVERSION= 0.8
CATEGORIES= graphics
MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A screen capture utility that utilizes Imlib2
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if defined(NOPORTDOCS)
MAKE_ENV= NO_DOC=yes
.endif
MAN1= scrot.1
.include <bsd.port.mk>