summaryrefslogtreecommitdiff
path: root/lang/pbasic/Makefile
blob: f572155cad60885d1887571f7e8e11a16e10de04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ports collection makefile for:	pbasic
# Version required:	2.0-950813
# Date created:		13th August 1995
# Whom:			Julian Stacey <jhs@freebsd.org>
#
# $Id: Makefile,v 1.4 1996/11/12 02:18:53 obrien Exp $
#

DISTNAME=	pbasic-2.0-950813
PKGNAME=	pbasic-2.0
CATEGORIES=	lang
MASTER_SITES=	ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/

MAINTAINER=	asami@FreeBSD.ORG
# 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
MAN1=		pbasic.1

do-configure:
	-cd ${WRKSRC} ; rm -rf termio m68000 msdos vax pyramid ns32000 \
			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
.endif

.include <bsd.port.mk>