mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
PR: ports/8970
Submitted by: bradh@iafrica.com Initial Import gifsicle. powerful command-line program for manipulating GIF image files.
This commit is contained in:
parent
5281b7d9d4
commit
c53f5e241d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15133
25
graphics/gifsicle/Makefile
Normal file
25
graphics/gifsicle/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: gifsicle
|
||||
# Version required: 1.8
|
||||
# Date created: 5 December 1998
|
||||
# Whom: Brad Hendrickse <bradh@iafrica.com>
|
||||
#
|
||||
# $Id:$
|
||||
#
|
||||
|
||||
DISTNAME= gifsicle-1.8
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.lcdf.org/gifsicle/
|
||||
|
||||
MAINTAINER= bradh@iafrica.com
|
||||
|
||||
MAN1= gifsicle.1
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/gifsicle
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/gifsicle
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/gifsicle/distinfo
Normal file
1
graphics/gifsicle/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gifsicle-1.8.tar.gz) = 64bb2c65deb1f5dd4488cbeb430d51c4
|
1
graphics/gifsicle/pkg-comment
Normal file
1
graphics/gifsicle/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
gifsicle - manipulates GIF images and animations
|
8
graphics/gifsicle/pkg-descr
Normal file
8
graphics/gifsicle/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
gifsicle is a powerful command-line program for manipulating GIF image files.
|
||||
Extensive options let you control what exactly it does.
|
||||
|
||||
HomePage: http://www.lcdf.org/gifsicle/
|
||||
|
||||
--
|
||||
brad hendrickse
|
||||
(bradh@iafrica.com)
|
3
graphics/gifsicle/pkg-plist
Normal file
3
graphics/gifsicle/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/gifsicle
|
||||
share/doc/gifsicle/README
|
||||
@dirrm share/doc/gifsicle
|
Loading…
Reference in New Issue
Block a user