mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
26 lines
607 B
Makefile
26 lines
607 B
Makefile
# 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= 3
|
|
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>
|