head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.10.06.10.55.10;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2002.02.22.14.06.04;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Use do-build: instead of separate Makefile
@
text
@# Makefile for dice
# Created by Miguel Mendez <flynn@@energyhq.homeip.net>
# $FreeBSD: ports/lang/dice/files/Makefile,v 1.1 2002/02/22 14:06:04 dinoex Exp $

DCCOPTS=	-3.0 -//
DINCLUDE=	`pwd`/include/

all:
	cd suplib && ${MAKE} && ${MAKE} install
	cd src && ${MAKE} && ${MAKE} install
	
install:
@


1.1
log
@flynn@@energyhq.homeip.net wrote:
Dice is Matt Dillon's (yes, our FreeBSD guru :) portable 68000 C
Compiler. Found it odd that there's not a port for this, considering that the
author of the compiler is a FreeBSD commiter.

PR:		34449
Submitted by:	flynn@@energyhq.homeip.net
@
text
@d3 1
a3 1
# $FreeBSD$
@

