1995-08-24 01:43:47 +00:00
|
|
|
# ports collection makefile for: pbasic
|
|
|
|
# Date created: 13th August 1995
|
|
|
|
# Whom: Julian Stacey <jhs@freebsd.org>
|
|
|
|
#
|
1999-08-25 06:35:40 +00:00
|
|
|
# $FreeBSD$
|
1995-08-24 01:43:47 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 06:21:15 +00:00
|
|
|
PORTNAME= pbasic
|
|
|
|
PORTVERSION= 2.0
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= lang
|
1997-04-30 03:18:09 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2004-03-12 21:03:28 +00:00
|
|
|
MASTER_SITE_SUBDIR= trevor
|
2000-04-12 06:21:15 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-950813
|
1995-08-24 01:43:47 +00:00
|
|
|
|
2003-10-15 22:11:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic)
|
1995-08-24 01:43:47 +00:00
|
|
|
# Ask jhs@freebsd.org if you want newer sources or author's latest e-mail
|
|
|
|
# (which is currently "phil@gmrs.isar.de" but changes a lot)
|
|
|
|
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
MAKEFILE= makefile
|
1996-11-17 06:12:51 +00:00
|
|
|
MAN1= pbasic.1
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/pbasic
|
1995-08-24 01:43:47 +00:00
|
|
|
|
|
|
|
do-configure:
|
1999-08-28 02:42:41 +00:00
|
|
|
-cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \
|
2004-04-10 17:26:55 +00:00
|
|
|
pdp11 cursor/cursor.dos cursor/cursor.ukc
|
1995-08-24 01:43:47 +00:00
|
|
|
|
|
|
|
do-install:
|
1996-11-12 02:19:40 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
|
1995-08-24 01:43:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|