2011-10-17 03:10:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2011/10/17 07:10:53 ajacoutot Exp $
|
|
|
|
|
|
|
|
BROKEN-powerpc= does not build, error: lvalue required as increment operand
|
2005-05-28 13:57:43 -04:00
|
|
|
|
2007-09-15 20:27:05 -04:00
|
|
|
COMMENT= Portable Forth Environment
|
2005-05-28 13:57:43 -04:00
|
|
|
|
2008-10-16 13:30:24 -04:00
|
|
|
DISTNAME= pfe-0.33.69
|
|
|
|
SHARED_LIBS += pfe 33.69 # .33.69
|
|
|
|
SHARED_LIBS += pfemodule 33.69 # .33.69
|
|
|
|
SHARED_LIBS += pfe-0-forth 33.69 # .33.69
|
2005-05-28 13:57:43 -04:00
|
|
|
CATEGORIES= lang
|
|
|
|
|
|
|
|
HOMEPAGE= http://pfe.sourceforge.net/
|
|
|
|
|
2008-10-16 13:30:24 -04:00
|
|
|
# LGPLv2
|
2005-05-28 13:57:43 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pfe/}
|
2008-10-16 13:30:24 -04:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2005-05-28 13:57:43 -04:00
|
|
|
|
|
|
|
WANTLIB= c m ncurses
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2007-05-26 00:03:08 -04:00
|
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
2010-10-18 15:20:41 -04:00
|
|
|
USE_GROFF = Yes
|
2005-05-28 13:57:43 -04:00
|
|
|
|
2009-06-29 16:21:53 -04:00
|
|
|
.if ${MACHINE_ARCH} == "i386"
|
|
|
|
CONFIGURE_ARGS+=--with-regs
|
|
|
|
.endif
|
|
|
|
|
2010-09-25 16:05:45 -04:00
|
|
|
# this renames floating.so to libfloating.so before linking with it
|
2010-04-26 16:09:18 -04:00
|
|
|
USE_LIBTOOL= gnu
|
2005-12-30 18:21:16 -05:00
|
|
|
|
2005-05-28 13:57:43 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pfe/
|
|
|
|
${INSTALL_DATA} ${WRKDIST}/doc/Forthprimer.pdf \
|
|
|
|
${PREFIX}/share/doc/pfe/
|
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|