2000-12-03 20:26:18 +00:00
|
|
|
# New ports collection makefile for: scrot
|
|
|
|
# Date created: 27 Oct 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= scrot
|
2001-08-30 00:48:05 +00:00
|
|
|
PORTVERSION= 0.6
|
2000-12-03 20:26:18 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
|
2002-01-27 17:15:34 +00:00
|
|
|
MAINTAINER= ishmael27x@yahoo.com
|
2000-12-03 20:26:18 +00:00
|
|
|
|
2000-12-21 09:20:40 +00:00
|
|
|
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
|
2000-12-03 20:26:18 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2002-01-27 17:15:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
MAKE_ENV= NO_DOC=yes
|
|
|
|
.endif
|
2000-12-03 20:26:18 +00:00
|
|
|
|
|
|
|
MAN1= scrot.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|