1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/lang/pfe-devel/Makefile

25 lines
498 B
Makefile
Raw Normal View History

# New ports collection makefile for: pfe-devel
# Date created: 29 October 2000
# Whom: patrick
#
# $FreeBSD$
#
PORTNAME= pfe
2002-10-01 11:05:14 +00:00
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
2002-04-11 13:36:57 +00:00
CONFIGURE_TARGET= #
USE_GMAKE= yes
2002-10-01 11:05:14 +00:00
MAKE_ARGS= mandir=/usr/local/man
MAN1= pfe.1 pfe-config.1
.include <bsd.port.mk>