From cf58c78ff2ee7a02578ec37ca39631765c3e57e7 Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 3 Jun 2002 14:00:20 +0000 Subject: add lbpp 0.0.6b A front end to GCC from Liberty Basic source code --- devel/lbpp/Makefile | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 devel/lbpp/Makefile (limited to 'devel/lbpp/Makefile') diff --git a/devel/lbpp/Makefile b/devel/lbpp/Makefile new file mode 100644 index 000000000000..e37e27e102aa --- /dev/null +++ b/devel/lbpp/Makefile @@ -0,0 +1,32 @@ +# ex:ts=8 +# Ports collection makefile for: lbpp +# Date created: Jun 4, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= lbpp +PORTVERSION= 0.0.6b +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= yes + +post-patch: + @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \ + ${PERL} -pi -e "s/malloc.h/stdlib.h/g" + @${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} \ + ${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS =,CFLAGS+=,g ; \ + s,-Wall -g,,g" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/lbpp ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/liblb/libLB.a ${PREFIX}/lib + +.include -- cgit