aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/scrot/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-03 20:26:18 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-03 20:26:18 +0000
commit90c4d3b58c5d145667afc95d08bc405523749b9c (patch)
tree67e42ca4d3e668262d05fd78dfd82255d5305c30 /graphics/scrot/Makefile
parent128a5bc296d7640cdb6598d736b346c5460aa541 (diff)
Add scrot 0.4, a screen capture utility that uses imlib2.
PR: 22336 Submitted by: Jeremy Norris <ishmael27@home.com>
Diffstat (limited to 'graphics/scrot/Makefile')
-rw-r--r--graphics/scrot/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
new file mode 100644
index 000000000000..7f03372d3f6d
--- /dev/null
+++ b/graphics/scrot/Makefile
@@ -0,0 +1,22 @@
+# 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>