Add scrot 0.4, a screen capture utility that uses imlib2.
PR: 22336 Submitted by: Jeremy Norris <ishmael27@home.com>
This commit is contained in:
parent
128a5bc296
commit
90c4d3b58c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35630
8 changed files with 56 additions and 0 deletions
|
@ -170,6 +170,7 @@
|
|||
SUBDIR += ruby-opengl
|
||||
SUBDIR += sane
|
||||
SUBDIR += sced
|
||||
SUBDIR += scrot
|
||||
SUBDIR += scwm-icons
|
||||
SUBDIR += sdl_image
|
||||
SUBDIR += sdl_ttf
|
||||
|
|
22
graphics/scrot/Makefile
Normal file
22
graphics/scrot/Makefile
Normal file
|
@ -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>
|
1
graphics/scrot/distinfo
Normal file
1
graphics/scrot/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (scrot-0.4.tar.gz) = a50cb44e190902f28f54e013a2dc16be
|
11
graphics/scrot/files/patch-aa
Normal file
11
graphics/scrot/files/patch-aa
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.in.orig Thu Oct 26 10:25:54 2000
|
||||
+++ Makefile.in Thu Oct 26 23:55:44 2000
|
||||
@@ -76,7 +76,7 @@
|
||||
man_MANS = scrot.1
|
||||
|
||||
docs_DATA = README AUTHORS ChangeLog TODO
|
||||
-docsdir = $(prefix)/doc/scrot
|
||||
+docsdir = $(datadir)/doc/scrot
|
||||
|
||||
EXTRA_DIST = scrot.spec scrot.1 $(docs_DATA)
|
||||
|
11
graphics/scrot/files/patch-ab
Normal file
11
graphics/scrot/files/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Makefile.in.orig Sat Oct 28 19:44:50 2000
|
||||
+++ src/Makefile.in Sun Oct 29 17:22:38 2000
|
||||
@@ -70,7 +70,7 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
LDFLAGS = -L/usr/X11R6/lib
|
||||
-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@
|
||||
+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@
|
||||
|
||||
LIBOBJS = @LIBOBJS@
|
||||
|
1
graphics/scrot/pkg-comment
Normal file
1
graphics/scrot/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A screen capture utility that utilizes Imlib2
|
3
graphics/scrot/pkg-descr
Normal file
3
graphics/scrot/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
A screen capture utility that utilizes Imlib2.
|
||||
|
||||
WWW: http://www.linuxbrit.co.uk/scrot/
|
6
graphics/scrot/pkg-plist
Normal file
6
graphics/scrot/pkg-plist
Normal file
|
@ -0,0 +1,6 @@
|
|||
bin/scrot
|
||||
share/doc/scrot/AUTHORS
|
||||
share/doc/scrot/ChangeLog
|
||||
share/doc/scrot/README
|
||||
share/doc/scrot/TODO
|
||||
@dirrm share/doc/scrot
|
Loading…
Reference in a new issue