mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
cc70319660
ports/graphics/gif2png/files/md5 rev: 1.4 has the correct message.
24 lines
543 B
Makefile
24 lines
543 B
Makefile
# New ports collection makefile for: gif2png
|
|
# Version required: 2.2.5
|
|
# Date created: 30 Aug 1999
|
|
# Whom: saper@system.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gif2png-2.2.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.tuxedo.org/~esr/gif2png/
|
|
|
|
MAINTAINER= saper@system.pl
|
|
|
|
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
|
|
RUN_DEPENDS= python:${PORTSDIR}/lang/python
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
MAN1= gif2png.1 web2png.1
|
|
|
|
.include <bsd.port.mk>
|