aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/tiff2png/Makefile
blob: 2d3f4dd9c13b2ffcf0d1f0ebd4bd61558483ef16 (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
24
25
26
# New ports collection makefile for:    tiff2png
# Date created:             Tue 04 Jul 2000
# Whom:                 will
#
# $FreeBSD$
#

PORTNAME=   tiff2png
PORTVERSION=    0.81
CATEGORIES= graphics
MASTER_SITES=   ftp://ftp.cdrom.com/pub/png/src/ \
        ftp://swrinde.nde.swri.edu/pub/png/applications/

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff \
        png.3:${PORTSDIR}/graphics/png

MAKE_ARGS=  -E INSTALL
MAKE_ENV=   INSTALL="${PREFIX}"
ALL_TARGET= tiff2png

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/tiff2png ${PREFIX}/bin

.include <bsd.port.mk>