freebsd-ports/lang/pbasic/Makefile

34 lines
896 B
Makefile
Raw Normal View History

# ports collection makefile for: pbasic
# Date created: 13th August 1995
# Whom: Julian Stacey <jhs@freebsd.org>
#
1999-08-25 08:35:40 +02:00
# $FreeBSD$
#
PORTNAME= pbasic
PORTVERSION= 2.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
DISTNAME= ${PORTNAME}-${PORTVERSION}-950813
MAINTAINER= ports@FreeBSD.org
COMMENT= Phil Cockroft's Basic Interpreter (previously Rabbit Basic)
# 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 07:12:51 +01:00
MAN1= pbasic.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/pbasic
do-configure:
-cd ${WRKSRC} ; ${RM} -rf termio m68000 msdos vax pyramid ns32000 \
2004-04-10 19:26:55 +02:00
pdp11 cursor/cursor.dos cursor/cursor.ukc
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
.include <bsd.port.mk>