27 lines
587 B
Makefile
27 lines
587 B
Makefile
# $OpenBSD: Makefile,v 1.15 2001/05/12 16:57:17 jakob Exp $
|
|
|
|
COMMENT= "creating & editing GIF images and animations"
|
|
|
|
DISTNAME= gifsicle-1.27
|
|
CATEGORIES= graphics
|
|
NEED_VERSION= 1.363
|
|
|
|
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>
|