freebsd-ports/lang/pfe/Makefile
Patrick S. Gardella c406ff2fd8 Putting commit bit in storage. I don't have the time
to work on FreeBSD for now.  Should have done this a while back.
2004-06-02 22:17:13 +00:00

25 lines
498 B
Makefile

# New ports collection makefile for: pfe-devel
# Date created: 29 October 2000
# Whom: patrick
#
# $FreeBSD$
#
PORTNAME= pfe
PORTVERSION= 0.32.91
PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of ANSI Forth
GNU_CONFIGURE= yes
CONFIGURE_TARGET= #
USE_GMAKE= yes
MAKE_ARGS= mandir=/usr/local/man
MAN1= pfe.1 pfe-config.1
.include <bsd.port.mk>