389ec09440
* Fixed gifview bug: If every frame in an animation had a small or zero delay, then gifview would previously enter a infinite loop and become noninteractive.
25 lines
534 B
Makefile
25 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.12 2001/02/14 07:36:03 jakob Exp $
|
|
|
|
DISTNAME= gifsicle-1.25
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.305
|
|
|
|
MAINTAINER= Jakob Schlyter <jakob@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.lcdf.org/gifsicle/ \
|
|
ftp://ftp.lcdf.org/pub/ \
|
|
ftp://ftp.lcdf.org/pub/OLD-VERSIONS/
|
|
|
|
HOMEPAGE= http://www.lcdf.org/gifsicle/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= Yes
|
|
|
|
.include <bsd.port.mk>
|