1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/lang/pfe-devel/Makefile
2007-10-20 11:28:27 +00:00

38 lines
726 B
Makefile

# New ports collection makefile for: pfe-devel
# Date created: 29 October 2000
# Whom: patrick
#
# $FreeBSD$
#
PORTNAME= pfe
PORTVERSION= 0.32.94
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
LATEST_LINK= pfe-devel
USE_AUTOTOOLS= libtool:15
USE_PERL5_BUILD=yes
USE_GNOME= gnometarget lthack
USE_GMAKE= yes
GNU_CONFIGURE= yes
LIBTOOLFILES= pfe/configure
MAN1= pfe.1 pfe-config.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.elif ${ARCH} == amd64
BROKEN= Does not build on amd64
.endif
.include <bsd.port.post.mk>