2000-12-03 21:26:18 +01:00
|
|
|
# New ports collection makefile for: scrot
|
|
|
|
# Date created: 27 Oct 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scrot
|
2003-07-22 13:42:25 +02:00
|
|
|
PORTVERSION= 0.8
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2000-12-03 21:26:18 +01:00
|
|
|
CATEGORIES= graphics
|
2006-12-21 21:41:33 +01:00
|
|
|
MASTER_SITES= http://linuxbrit.co.uk/downloads/ \
|
|
|
|
http://www.amdmi3.ru/distfiles/
|
2000-12-03 21:26:18 +01:00
|
|
|
|
2006-12-21 21:41:33 +01:00
|
|
|
MAINTAINER= amdmi3@amdmi3.ru
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= A screen capture utility that utilizes Imlib2
|
2000-12-03 21:26:18 +01:00
|
|
|
|
2000-12-21 10:20:40 +01:00
|
|
|
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
|
2000-12-03 21:26:18 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-01-27 18:15:34 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-01-27 18:15:34 +01:00
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= NO_DOC=yes
|
|
|
|
.endif
|
2000-12-03 21:26:18 +01:00
|
|
|
|
|
|
|
MAN1= scrot.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|