1999-08-30 18:10:06 +00:00
|
|
|
# New ports collection makefile for: imgvtopgm
|
|
|
|
# Date created: Wed Jun 16 04:42:22 JST 1999
|
|
|
|
# Whom: sumikawa@ebina.hitachi.co.jp
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= imgvtopgm
|
2000-04-21 07:52:25 +00:00
|
|
|
PORTVERSION= 2.0
|
1999-08-30 18:10:06 +00:00
|
|
|
CATEGORIES= palm graphics
|
2005-11-17 05:25:00 +00:00
|
|
|
MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/
|
1999-08-30 18:10:06 +00:00
|
|
|
|
2000-05-08 15:28:07 +00:00
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Palm Pilot Image Viewer to PGM Converter
|
1999-08-30 18:10:06 +00:00
|
|
|
|
2002-07-06 10:13:38 +00:00
|
|
|
LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
|
2000-03-21 08:14:55 +00:00
|
|
|
|
1999-08-30 18:10:06 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-06 10:13:38 +00:00
|
|
|
CONFIGUR_ARGS= --libdir=${PREFIX}
|
1999-08-30 18:10:06 +00:00
|
|
|
|
|
|
|
MAN1= imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \
|
|
|
|
pgmtoimgv.1 ppmimgvquant.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|