From c076d60c510451a2ef75e7a82f4d6d6724286890 Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 11 Jun 2001 11:29:05 +0000 Subject: Add ppmtoTbmp 1.1, PPM to Pilot bitmap converter. Committed after cleanup. PR: 27932 Submitted by: Jose Marques --- palm/Makefile | 1 + palm/ppmtoTbmp/Makefile | 31 +++++++++++++++++++++++++++++++ palm/ppmtoTbmp/distinfo | 1 + palm/ppmtoTbmp/pkg-comment | 1 + palm/ppmtoTbmp/pkg-descr | 4 ++++ palm/ppmtoTbmp/pkg-plist | 7 +++++++ 6 files changed, 45 insertions(+) create mode 100644 palm/ppmtoTbmp/Makefile create mode 100644 palm/ppmtoTbmp/distinfo create mode 100644 palm/ppmtoTbmp/pkg-comment create mode 100644 palm/ppmtoTbmp/pkg-descr create mode 100644 palm/ppmtoTbmp/pkg-plist (limited to 'palm') diff --git a/palm/Makefile b/palm/Makefile index 02ec44c890d9..f3f715902ce1 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -20,6 +20,7 @@ SUBDIR += pilot_makedoc SUBDIR += pilrc SUBDIR += pose + SUBDIR += ppmtoTbmp SUBDIR += prc-tools SUBDIR += prc-tools-binutils SUBDIR += prc-tools-gcc diff --git a/palm/ppmtoTbmp/Makefile b/palm/ppmtoTbmp/Makefile new file mode 100644 index 000000000000..3b301ccff128 --- /dev/null +++ b/palm/ppmtoTbmp/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: ppmtoTbmp +# Date created: 30th May 2001 +# Whom: Jose Marques +# +# $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 diff --git a/palm/ppmtoTbmp/distinfo b/palm/ppmtoTbmp/distinfo new file mode 100644 index 000000000000..809b94ca55b6 --- /dev/null +++ b/palm/ppmtoTbmp/distinfo @@ -0,0 +1 @@ +MD5 (ppmtoTbmp-1.1.tar.gz) = b4e92f9b6c49e87240191342120a7f60 diff --git a/palm/ppmtoTbmp/pkg-comment b/palm/ppmtoTbmp/pkg-comment new file mode 100644 index 000000000000..499af61e1ae7 --- /dev/null +++ b/palm/ppmtoTbmp/pkg-comment @@ -0,0 +1 @@ +PPM to Pilot bitmap converter diff --git a/palm/ppmtoTbmp/pkg-descr b/palm/ppmtoTbmp/pkg-descr new file mode 100644 index 000000000000..63ae4dc8b1cd --- /dev/null +++ b/palm/ppmtoTbmp/pkg-descr @@ -0,0 +1,4 @@ +The ppmtoTbmp and Tbmptopnm programs convert between ppm and Pilot bitmap +formats. + +WWW: http://www.isaac.cs.berkeley.edu/pilot/ diff --git a/palm/ppmtoTbmp/pkg-plist b/palm/ppmtoTbmp/pkg-plist new file mode 100644 index 000000000000..f043befcedf1 --- /dev/null +++ b/palm/ppmtoTbmp/pkg-plist @@ -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 -- cgit v1.2.3