sthen 5cc733a064 update to gif2png-2.5.14, the last C version (newer ones are in golang)
drop web2png, a python 1.5/2 script that 2to3 can't handle that runs over
website files converting in html/scripts (the golang version still has the
same py1.5/2 script for this)
2021-02-28 13:29:02 +00:00

31 lines
573 B
Makefile

# $OpenBSD: Makefile,v 1.49 2021/02/28 13:29:02 sthen Exp $
COMMENT= converts GIF images to the PNG format
DISTNAME= gif2png-2.5.14
CATEGORIES= graphics
HOMEPAGE= http://www.catb.org/~esr/gif2png/
# BSD
PERMIT_PACKAGE= Yes
WANTLIB += c m png z
MASTER_SITES= http://www.catb.org/~esr/gif2png/
LIB_DEPENDS= graphics/png
USE_GMAKE= Yes
CFLAGS += -I${LOCALBASE}/include
MAKE_FLAGS= LDFLAGS="-L${LOCALBASE}/lib" \
prefix=${TRUEPREFIX} \
mandir=${PREFIX}/man
NO_TEST= Yes
post-install:
rm ${PREFIX}/bin/web2png ${PREFIX}/man/man1/web2png.1
.include <bsd.port.mk>