freebsd-ports/lang/pfe/Makefile
Kirill Ponomarev e087888591 Update to version 0.32.94
PR:		ports/70118
Submitted by:	Ports Fury
2004-08-07 19:15:49 +00:00

27 lines
565 B
Makefile

# New ports collection makefile for: pfe-devel
# Date created: 29 October 2000
# Whom: patrick
#
# $FreeBSD$
#
PORTNAME= pfe
PORTVERSION= 0.32.94
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
USE_PERL5_BUILD= yes
USE_GNOME= gnometarget lthack
USE_GMAKE= yes
USE_LIBTOOL_VER= 13
LIBTOOLFILES= pfe/configure
LIBTOOLFLAGS= # none
CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= pfe.1 pfe-config.1
.include <bsd.port.mk>