mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4e90ebaa9f
Noticed by: ports-jp
22 lines
524 B
Makefile
22 lines
524 B
Makefile
# New ports collection makefile for: imgvtopgm
|
|
# Version required: 2.0
|
|
# Date created: Wed Jun 16 04:42:22 JST 1999
|
|
# Whom: sumikawa@ebina.hitachi.co.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= imgvtopgm-2.0
|
|
CATEGORIES= palm graphics
|
|
MASTER_SITES= http://www.trends.net/~mu/srcs/
|
|
BUILD_DEPENDS= ${X11BASE}/lib/libpbm.a:${PORTSDIR}/graphics/netpbm
|
|
|
|
MAINTAINER= sumikawa@kame.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= imgvinfo.1 imgvtopnm.1 imgvview.1 pbmtoimgv.1 \
|
|
pgmtoimgv.1 ppmimgvquant.1
|
|
|
|
.include <bsd.port.mk>
|