1995-04-15 07:44:50 +02:00
|
|
|
# New ports collection makefile for: pfe
|
|
|
|
# Date created: 23 November 1994
|
|
|
|
# Whom: mr
|
|
|
|
#
|
1999-08-25 08:35:40 +02:00
|
|
|
# $FreeBSD$
|
1995-04-15 07:44:50 +02:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= pfe
|
2000-07-07 21:38:32 +02:00
|
|
|
PORTVERSION= 0.29.1
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
1996-11-12 03:19:40 +01:00
|
|
|
CATEGORIES= lang
|
2000-07-07 21:38:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1994-11-23 08:23:24 +01:00
|
|
|
|
2005-10-12 00:11:10 +02:00
|
|
|
MAINTAINER= andrew.nau.ua@gmail.com
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Implementation of ANSI Forth
|
1996-11-17 07:12:51 +01:00
|
|
|
|
1999-10-11 01:51:49 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
2000-07-07 21:38:32 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2005-04-19 20:16:58 +02:00
|
|
|
MAKE_ARGS= OPTIM="${CFLAGS}"
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-07-07 21:38:32 +02:00
|
|
|
CONFIGURE_ARGS= --disable-float
|
|
|
|
|
1996-11-17 07:12:51 +01:00
|
|
|
MAN1= pfe.1
|
2005-04-19 20:16:58 +02:00
|
|
|
PLIST_FILES= bin/pfe lib/pfe/p4ed.so
|
|
|
|
PLIST_DIRS= lib/pfe
|
|
|
|
PORTDOCS= *
|
1996-11-17 07:12:51 +01:00
|
|
|
|
2004-02-23 06:19:11 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} != "i386" && ${ARCH} != "sparc64"
|
|
|
|
BROKEN= "Does not compile on !i386 and !sparc64"
|
|
|
|
.endif
|
|
|
|
|
1999-10-11 01:51:49 +02:00
|
|
|
post-install:
|
2000-07-07 21:38:32 +02: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 08:23:24 +01:00
|
|
|
|
2004-02-23 06:19:11 +01:00
|
|
|
.include <bsd.port.post.mk>
|