2013-09-17 08:40:21 +02:00
|
|
|
# Created by: patrick
|
2000-10-30 03:31:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pfe
|
2010-09-21 07:58:06 +02:00
|
|
|
PORTVERSION= 0.33.71
|
2000-10-30 03:31:15 +01:00
|
|
|
CATEGORIES= lang
|
2009-02-15 13:29:27 +01:00
|
|
|
MASTER_SITES= SF
|
2000-10-30 03:31:15 +01:00
|
|
|
|
2010-09-21 07:58:06 +02:00
|
|
|
MAINTAINER= johans@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Implementation of ANSI Forth
|
2000-10-30 03:31:15 +01:00
|
|
|
|
2009-02-15 13:29:27 +01:00
|
|
|
USE_BZIP2= yes
|
2013-09-17 08:40:21 +02:00
|
|
|
USES= gmake perl5
|
|
|
|
USE_PERL5= build
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2013-12-29 18:39:46 +01:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-07 21:15:49 +02:00
|
|
|
LIBTOOLFILES= pfe/configure
|
2009-02-15 13:29:27 +01:00
|
|
|
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
2004-08-07 21:15:49 +02:00
|
|
|
|
2007-07-02 21:01:04 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2012-01-09 20:39:45 +01:00
|
|
|
.if ${ARCH} == "powerpc"
|
2010-04-01 07:16:19 +02:00
|
|
|
BROKEN= does not compile
|
2007-07-02 21:01:04 +02:00
|
|
|
.endif
|
|
|
|
|
2009-02-15 13:29:27 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^CFLAGS=|#CFLAGS=|g ; \
|
|
|
|
s|-O$$opt_level||g' ${WRKSRC}/pfe/configure
|
|
|
|
|
2007-07-02 21:01:04 +02:00
|
|
|
.include <bsd.port.post.mk>
|