1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/graphics/gif2png/Makefile
Chris Piazza e8be97f517 Import of gif2png.
Gif2png simply converts CompuServe GIF files to the free PNG format.

PR:		13479
Submitted by:	Marcin Cieslak <saper@system.pl>
1999-09-06 19:39:30 +00:00

24 lines
488 B
Makefile

# New ports collection makefile for: gif2png
# Version required: 0.6
# Date created: 30 Aug 1999
# Whom: saper@system.pl
#
# $FreeBSD$
#
DISTNAME= gif2png-0.6
CATEGORIES= graphics
MASTER_SITES= ftp://swrinde.nde.swri.edu/pub/png/applications/
MAINTAINER= saper@system.pl
LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png
USE_ZIP= yes
WRKSRC= ${WRKDIR}/gif2png
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gif2png ${PREFIX}/bin
.include <bsd.port.mk>