blob: 2197e3766d7760898a0e0a845978239c961a70fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|