Add ppmtoTbmp 1.1, PPM to Pilot bitmap converter.

Committed after cleanup.

PR:		27932
Submitted by:	Jose Marques <noway@nohow.demon.co.uk>
This commit is contained in:
Mark Pulford 2001-06-11 11:29:05 +00:00
parent 63da6738d2
commit c076d60c51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43837
6 changed files with 45 additions and 0 deletions

View File

@ -20,6 +20,7 @@
SUBDIR += pilot_makedoc
SUBDIR += pilrc
SUBDIR += pose
SUBDIR += ppmtoTbmp
SUBDIR += prc-tools
SUBDIR += prc-tools-binutils
SUBDIR += prc-tools-gcc

31
palm/ppmtoTbmp/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: ppmtoTbmp
# Date created: 30th May 2001
# Whom: Jose Marques <noway@nohow.demon.co.uk>
#
# $FreeBSD$
#
PORTNAME= ppmtoTbmp
PORTVERSION= 1.1
CATEGORIES= palm graphics
MASTER_SITES= http://www.isaac.cs.berkeley.edu/pilot/
MAINTAINER= noway@nohow.demon.co.uk
LIB_DEPENDS= pbm.1:${PORTSDIR}/graphics/netpbm
post-patch:
${PERL} -pi -e "s|^CFLAGS.+|CFLAGS += -I${LOCALBASE}/include|g; \
s|^LDLIBS =|LDLIBS = -L${LOCALBASE}/lib|g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ppmtoTbmp ${WRKSRC}/Tbmptopnm \
${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ppmtoTbmp
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ppmtoTbmp
.endif
${MKDIR} ${PREFIX}/share/ppmtoTbmp
${INSTALL_DATA} ${WRKSRC}/q?.map ${PREFIX}/share/${PORTNAME}
.include <bsd.port.mk>

1
palm/ppmtoTbmp/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ppmtoTbmp-1.1.tar.gz) = b4e92f9b6c49e87240191342120a7f60

View File

@ -0,0 +1 @@
PPM to Pilot bitmap converter

4
palm/ppmtoTbmp/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
The ppmtoTbmp and Tbmptopnm programs convert between ppm and Pilot bitmap
formats.
WWW: http://www.isaac.cs.berkeley.edu/pilot/

7
palm/ppmtoTbmp/pkg-plist Normal file
View File

@ -0,0 +1,7 @@
bin/ppmtoTbmp
bin/Tbmptopnm
share/ppmtoTbmp/q2.map
share/ppmtoTbmp/q4.map
@dirrm share/ppmtoTbmp
%%PORTDOCS%%share/doc/ppmtoTbmp/README
%%PORTDOCS%%@dirrm share/doc/ppmtoTbmp