2000-10-30 03:31:15 +01:00
|
|
|
# New ports collection makefile for: pfe-devel
|
|
|
|
# Date created: 29 October 2000
|
|
|
|
# Whom: patrick
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pfe
|
2009-02-15 13:29:27 +01:00
|
|
|
PORTVERSION= 0.33.70
|
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
|
|
|
|
2007-03-23 09:38:30 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Implementation of ANSI Forth
|
2000-10-30 03:31:15 +01:00
|
|
|
|
2005-01-30 18:16:20 +01:00
|
|
|
LATEST_LINK= pfe-devel
|
|
|
|
|
2009-02-15 13:29:27 +01:00
|
|
|
USE_BZIP2= yes
|
2005-06-02 22:28:41 +02:00
|
|
|
USE_PERL5_BUILD=yes
|
2009-02-15 13:29:27 +01:00
|
|
|
USE_GCC= 4.2+
|
2000-10-30 03:31:15 +01:00
|
|
|
USE_GMAKE= yes
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
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
|
|
|
|
2009-02-15 13:29:27 +01:00
|
|
|
MAN1= pfe.1
|
2000-10-30 03:31:15 +01:00
|
|
|
|
2007-07-02 21:01:04 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2009-02-15 13:29:27 +01:00
|
|
|
.if ${ARCH} == "i386" && ${OSVERSION} < 700000
|
2009-08-02 16:34:39 +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>
|