mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
fc480a9fd3
https://sourceforge.net/p/giflib/code/ci/edff4aed17f857442ab0cac31566572ba08f93d3/log/ OK and tweaks by jca@
27 lines
581 B
Makefile
27 lines
581 B
Makefile
COMMENT= tools and library routines for working with GIF images
|
|
|
|
DISTNAME= giflib-6.1.3
|
|
SHARED_LIBS += gif 10.0
|
|
CATEGORIES= graphics
|
|
|
|
SITES= ${SITE_SOURCEFORGE:=giflib/}
|
|
|
|
HOMEPAGE= https://giflib.sourceforge.net/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c m
|
|
|
|
USE_GMAKE= Yes
|
|
CFLAGS+= -DHAVE_REALLOCARRAY
|
|
MAKE_FLAGS= CC="${CC}" OFLAGS="${CFLAGS}" LIBVER="${LIBgif_VERSION}"
|
|
FAKE_FLAGS= MANDIR="${PREFIX}/man" LIBVER="${LIBgif_VERSION}" \
|
|
PREFIX="${PREFIX}"
|
|
|
|
BUILD_DEPENDS+= textproc/xmlto
|
|
TEST_DEPENDS= sysutils/coreutils
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|