mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5812de6cad
which appeared in some of them, everything here is a programming language! :)
27 lines
657 B
Makefile
27 lines
657 B
Makefile
# New ports collection makefile for: bwbasic
|
|
# Version required: 2.10
|
|
# Date created: 9 Aug 1995
|
|
# Whom: msmith@atrad.adelaide.edu.au
|
|
#
|
|
# $Id: Makefile,v 1.2 1995/08/09 14:46:58 asami Exp $
|
|
#
|
|
|
|
DISTNAME= bwbasic-2.10
|
|
CATEGORIES+= lang
|
|
MASTER_SITES= ftp://ftp.eng.umd.edu/pub/basic/
|
|
|
|
MAINTAINER= msmith@atrad.adelaide.edu.au
|
|
|
|
HAS_CONFIGURE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
# This puts the documentation in ${PREFIX}/share/bwbasic, and the
|
|
# test programs in ${PREFIX}/share/bwbasic/bwbtest.
|
|
|
|
post-install:
|
|
-mkdir ${PREFIX}/share/bwbasic
|
|
cp ${WRKSRC}/bwbasic.doc ${PREFIX}/share/bwbasic/
|
|
cp -r ${WRKSRC}/bwbtest ${PREFIX}/share/bwbasic/
|
|
|
|
.include <bsd.port.mk>
|