25 lines
466 B
Makefile
25 lines
466 B
Makefile
# $OpenBSD: Makefile,v 1.49 2019/07/12 20:46:59 sthen Exp $
|
|
|
|
COMMENT = creating & editing GIF images and animations
|
|
|
|
DISTNAME = gifsicle-1.92
|
|
|
|
CATEGORIES = graphics
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c ICE SM X11 m pthread
|
|
|
|
HOMEPAGE = http://www.lcdf.org/gifsicle/
|
|
|
|
MASTER_SITES = http://www.lcdf.org/gifsicle/
|
|
|
|
CONFIGURE_STYLE = autoconf
|
|
AUTOCONF_VERSION = 2.69
|
|
SEPARATE_BUILD = Yes
|
|
|
|
.include <bsd.port.mk>
|