openbsd-ports/graphics/gifsicle/Makefile
jakob 389ec09440 update to v1.25
* 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.
2001-02-14 07:36:03 +00:00

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>