mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
dc9ee71ebf
- change my E-mail address.
23 lines
493 B
Makefile
23 lines
493 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
|
|
CATEGORIES= palm graphics
|
|
MASTER_SITES= http://www.trends.net/~mu/srcs/
|
|
|
|
MAINTAINER= sumikawa@FreeBSD.org
|
|
|
|
LIB_DEPENDS= pbm.1:${PORTSDIR}/graphics/netpbm
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \
|
|
pgmtoimgv.1 ppmimgvquant.1
|
|
|
|
.include <bsd.port.mk>
|