Update our config file to reflect that the URT sources come with the netpbm

distribution.  This builds two extra binaries: rletopnm and pnmtorle.

Bump PORTREVISION.

PR:		36910
Submitted by:	Slaven Rezic <slaven.rezic@berlin.de>
This commit is contained in:
Pete Fritchman 2002-05-27 03:52:41 +00:00
parent edf3af991e
commit 6dcca44f3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60064
4 changed files with 7 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= netpbm
PORTVERSION= 9.25
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View file

@ -18,8 +18,8 @@ ZLIB_DIR = /usr/lib
ZHDR_DIR = /usr/include
JBIGLIB_DIR = ${LOCALBASE}/lib
JBIGHDR_DIR = ${LOCALBASE}/include
URTLIB_DIR = NONE
URTHDR_DIR = NONE
URTLIB_DIR = $(SRCDIR)/urt
URTHDR_DIR = $(SRCDIR)/urt
LINUXSVGALIB_DIR = NONE
LINUXSVGAHDR_DIR = NONE
INSTALL_PREFIX = ${PREFIX}

View file

@ -144,6 +144,7 @@ MAN1+= pnmtoplainpnm.1
MAN1+= pnmtopng.1
MAN1+= pnmtops.1
MAN1+= pnmtorast.1
MAN1+= pnmtorle.1
MAN1+= pnmtosgi.1
MAN1+= pnmtosir.1
MAN1+= pnmtotiff.1
@ -210,6 +211,7 @@ MAN1+= rasttopnm.1
MAN1+= rawtopgm.1
MAN1+= rawtoppm.1
MAN1+= rgb3toppm.1
MAN1+= rletopnm.1
MAN1+= sbigtopgm.1
MAN1+= sgitopnm.1
MAN1+= sirtopnm.1

View file

@ -146,6 +146,7 @@ bin/pnmtoplainpnm
bin/pnmtopng
bin/pnmtops
bin/pnmtorast
bin/pnmtorle
bin/pnmtosgi
bin/pnmtosir
bin/pnmtotiff
@ -213,6 +214,7 @@ bin/rasttopnm
bin/rawtopgm
bin/rawtoppm
bin/rgb3toppm
bin/rletopnm
bin/sbigtopgm
bin/sgitopnm
bin/sirtopnm