mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-13 23:36:08 +00:00
5812de6cad
which appeared in some of them, everything here is a programming language! :)
23 lines
496 B
Makefile
23 lines
496 B
Makefile
# New ports collection makefile for: pfe
|
|
# Version required: 0.9.9
|
|
# Date created: 23 November 1994
|
|
# Whom: mr
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/04/24 11:29:06 asami Exp $
|
|
#
|
|
|
|
#This is pfe Version 0.9.9
|
|
#By mr
|
|
DISTNAME= pfe099
|
|
PKGNAME= pfe-0.9.9
|
|
DISTFILES= pfe-0.9.9.tar.gz
|
|
CATEGORIES+= lang
|
|
MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/
|
|
|
|
pre-install:
|
|
@cp ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1
|
|
@gzip -9nf ${PREFIX}/man/man1/pfe.1
|
|
|
|
.include <bsd.port.mk>
|
|
|