summaryrefslogtreecommitdiff
path: root/graphics/gif2png/Makefile
blob: 289b4f0634defb6582d0f17412c31875f3651ee8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>