mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
76278b1f33
PR: 86792 Submitted by: Marcin Cieslak <saper@system.pl> (maintainer) Approved by: pav (mentor)
26 lines
548 B
Makefile
26 lines
548 B
Makefile
# New ports collection makefile for: gif2png
|
|
# Date created: 30 Aug 1999
|
|
# Whom: saper@system.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gif2png
|
|
PORTVERSION= 2.5.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.catb.org/~esr/gif2png/
|
|
|
|
MAINTAINER= saper@system.pl
|
|
COMMENT= Converts GIF images to a PNG format
|
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
|
USE_GMAKE= yes
|
|
USE_PYTHON_RUN= yes
|
|
|
|
MAN1= gif2png.1 web2png.1
|
|
|
|
.include <bsd.port.mk>
|