aboutsummaryrefslogtreecommitdiff
path: root/palm/imgvtopgm/Makefile
blob: efe941e79a07def1362154231a2f036a9b24b9ac (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
# New ports collection makefile for:    imgvtopgm
# Date created:         Wed Jun 16 04:42:22 JST 1999
# Whom:                 sumikawa@ebina.hitachi.co.jp
#
# $FreeBSD$
#

PORTNAME=	imgvtopgm
PORTVERSION=	2.0
PORTREVISION=	2
CATEGORIES=	palm graphics
MASTER_SITES=	http://linuxmafia.com/pub/palmos/other-os/

MAINTAINER=	sumikawa@FreeBSD.org
COMMENT=	Palm Pilot Image Viewer to PGM Converter

LIB_DEPENDS=	netpbm.1:${PORTSDIR}/graphics/netpbm

GNU_CONFIGURE=	yes
CONFIGUR_ARGS=	--libdir=${PREFIX}

MAN1=		imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \
		pgmtoimgv.1 ppmimgvquant.1

.include <bsd.port.mk>