aboutsummaryrefslogtreecommitdiff
path: root/graphics/scrot
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-05-23 02:04:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-05-23 02:04:07 +0000
commite7a9972481afabde0202a08e7ac27e1f1793ba9b (patch)
treeb03db3c6986f26f7aadde3abe7ad24a6e03cb441 /graphics/scrot
parent5a13efdd1200b886bd246a4eeb4c7ab62911c43a (diff)
downloadports-e7a9972481afabde0202a08e7ac27e1f1793ba9b.tar.gz
ports-e7a9972481afabde0202a08e7ac27e1f1793ba9b.zip
- Trim Makefile header
- OptionsNG - Mark MAKE_JOBS_SAFE
Notes
Notes: svn path=/head/; revision=318821
Diffstat (limited to 'graphics/scrot')
-rw-r--r--graphics/scrot/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index c4d687f14800..7f01d3e3f7d9 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: scrot
-# Date created: 27 Oct 2000
-# Whom: Jeremy Norris <ishmael27@home.com>
-#
+# Created by: Jeremy Norris <ishmael27@home.com>
# $FreeBSD$
-#
PORTNAME= scrot
PORTVERSION= 0.8
@@ -18,11 +14,14 @@ COMMENT= A screen capture utility that utilizes Imlib2
LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
-.if defined(NOPORTDOCS)
+MAN1= scrot.1
+
+.include <bsd.port.options.mk>
+
+.if ! ${PORT_OPTIONS:MDOCS}
MAKE_ENV= NO_DOC=yes
.endif
-MAN1= scrot.1
-
.include <bsd.port.mk>