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
|
2004-08-07 21:15:49 +02:00
|
|
|
PORTVERSION= 0.32.94
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-30 03:31:15 +01:00
|
|
|
CATEGORIES= lang
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
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
|
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-06-02 22:28:41 +02:00
|
|
|
USE_PERL5_BUILD=yes
|
2004-08-07 21:15:49 +02:00
|
|
|
USE_GNOME= gnometarget lthack
|
2000-10-30 03:31:15 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-07 21:15:49 +02:00
|
|
|
LIBTOOLFILES= pfe/configure
|
|
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
|
|
|
|
2005-01-30 18:16:20 +01:00
|
|
|
MAN1= pfe.1 pfe-config.1
|
2000-10-30 03:31:15 +01:00
|
|
|
|
2007-07-02 21:01:04 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 700042
|
|
|
|
BROKEN= Does not compile with GCC 4.2
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|