1995-08-24 01:43:47 +00:00
|
|
|
# ports collection makefile for: pbasic
|
|
|
|
# Version required: 2.0-950813
|
|
|
|
# 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
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pbasic-2.0-950813
|
|
|
|
PKGNAME= pbasic-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}
|
1995-08-24 01:43:47 +00:00
|
|
|
|
1999-06-21 23:25:11 +00:00
|
|
|
MAINTAINER= asami@FreeBSD.org
|
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
|
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 \
|
1995-08-24 01:43:47 +00:00
|
|
|
pdp11 cursor/cursor.dos cursor/cursor.ukc
|
|
|
|
|
|
|
|
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>
|