mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
e8be97f517
Gif2png simply converts CompuServe GIF files to the free PNG format. PR: 13479 Submitted by: Marcin Cieslak <saper@system.pl>
24 lines
488 B
Makefile
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>
|