1995-04-15 05:44:50 +00:00
|
|
|
# New ports collection makefile for: pfe
|
|
|
|
# Date created: 23 November 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-04-15 05:44:50 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= pfe
|
2000-07-07 19:38:32 +00:00
|
|
|
PORTVERSION= 0.29.1
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= lang
|
2000-07-07 19:38:32 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1994-11-23 07:23:24 +00:00
|
|
|
|
2000-10-30 13:09:07 +00:00
|
|
|
MAINTAINER= patrick@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Implementation of ANSI Forth
|
1996-11-17 06:12:51 +00:00
|
|
|
|
1999-10-10 23:51:49 +00:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
2000-07-07 19:38:32 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2004-03-14 06:17:56 +00:00
|
|
|
USE_LIBTOOL_VER=13
|
2000-07-07 19:38:32 +00:00
|
|
|
CONFIGURE_ARGS= --disable-float
|
|
|
|
|
1996-11-17 06:12:51 +00:00
|
|
|
MAN1= pfe.1
|
|
|
|
|
2004-02-23 05:19:11 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
|
|
|
|
BROKEN= "Does not compile on !i386 and !sparc64"
|
|
|
|
.endif
|
|
|
|
|
1999-10-10 23:51:49 +00:00
|
|
|
post-install:
|
2000-07-07 19:38:32 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/pfe
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${PREFIX}/share/doc/pfe
|
|
|
|
.endif
|
1994-11-23 07:23:24 +00:00
|
|
|
|
2004-02-23 05:19:11 +00:00
|
|
|
.include <bsd.port.post.mk>
|