head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.9
	RELEASE_4_7_0:1.7
	RELEASE_4_6_2:1.7
	RELEASE_4_6_1:1.7
	RELEASE_4_6_0:1.7
	RELEASE_5_0_DP1:1.7
	RELEASE_4_5_0:1.7
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	atlast_1_0:1.1.1.1
	PGIFFUNI:1.1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2010.08.01.17.40.29;	author makc;	state Exp;
branches;
next	1.14;

1.14
date	2008.08.19.09.18.34;	author linimon;	state Exp;
branches;
next	1.13;

1.13
date	2006.11.07.15.37.02;	author laszlof;	state Exp;
branches;
next	1.12;

1.12
date	2005.12.21.19.49.42;	author ehaupt;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.19.21.01.13;	author vs;	state Exp;
branches;
next	1.10;

1.10
date	2003.02.20.18.37.55;	author knu;	state Exp;
branches;
next	1.9;

1.9
date	2002.11.10.16.46.48;	author lioux;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.06.22.45.46;	author adamw;	state Exp;
branches;
next	1.7;

1.7
date	2001.10.06.17.37.23;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2001.08.23.20.21.50;	author kris;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.12.06.17.48;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.11.03.06.34.36;	author jim;	state Exp;
branches;
next	1.3;

1.3
date	99.08.25.06.34.15;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	98.02.20.18.39.50;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	97.11.17.09.48.17;	author tg;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	97.11.17.09.48.17;	author tg;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	atlast
# Date created:				26 Aug 97
# Whom:					Pedro Giffuni
#
# $FreeBSD: head/lang/atlast/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	atlast
PORTVERSION=	1.2
CATEGORIES=	lang
MASTER_SITES=	http://www.fourmilab.ch/atlast/download/${PORTVERSION}/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Autodesk Threaded Language Application System Toolkit

ALL_TARGET=	${PORTNAME}
PLIST_FILES=	bin/${PORTNAME}

PORTDOCS=	atlast.html atlast.pdf

post-patch:
	${REINPLACE_CMD} -e "/^COPTIONS = /s, = .*, = ${CFLAGS}, " \
		-e "/^CC = /s,= .*, = ${CC}," \
		${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.15
log
@Update to 1.2
Use vendor's Makefile for build.

PR:		based on ports/149096
Submitted by:	Frederic Culot <frederic at culot.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Return laszlof's ports to the pool due to lack of time.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d11 1
a11 2
MASTER_SITES=	http://www.fourmilab.ch/atlast/ \
		http://www.fourmilab.to/atlast/
d16 9
a24 13
SRC=		atlast.c atlmain.c
DEFINES=	-DMEMSTAT -DALIGNMENT -DEXPORT
LDFLAGS+=	-lm

PLIST_FILES=	bin/atlast
PORTDOCS=	atlast.ps atlast.rtf

do-build:
.for f in ${SRC}
	${CC} ${CFLAGS} ${DEFINES} -c ${WRKSRC}/${f} -o ${WRKSRC}/${f:C/\.c$/.o/}
.endfor
	${CC} ${LDFLAGS} ${SRC:C/(.*)\.c$/${WRKSRC}\/\1.o/} \
		-o ${WRKSRC}/${PORTNAME}
@


1.13
log
@Update my email address in all ports that I maintain.

Approved by:	flz (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	laszlof@@FreeBSD.org
@


1.12
log
@- Update to 1.1
- Remove two patches

PR:		90723
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	laszlof@@vonostingroup.com
@


1.11
log
@- Use PLIST_FILES/PORTDOCS
- Minimize Makefile-patch
@
text
@d2 2
a3 2
# Date created:         26 Ag 97
# Whom:                 Pedro Giffuni
d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d17 3
a19 1
MAKE_ARGS=	CFLAGS="${CFLAGS} -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK"
d24 7
d32 1
a32 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/atlast ${PREFIX}/bin
d34 4
a37 3
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/atlast.ps ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${DOCSDIR}
@


1.10
log
@De-pkg-comment.
@
text
@d18 5
@


1.9
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.8
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Autodesk Threaded Language Application System Toolkit

@


1.7
log
@o CFLAGS/CC safeness; therefore, bump PORTREVISION
o simplify DESCR, add WWW tag
o support NOPORTDOCS in PLIST
o style changes in Makefile:
	- un"echo" installation
	- merge do-install/post-install

PR:		31075
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/atlast/Makefile,v 1.6 2001/08/23 20:21:50 kris Exp $
d16 2
@


1.6
log
@Remove giffunip@@asme.org as the maintainer: he no longer has the ability
to maintain these ports.  Any non-committer who wants to grab one let me
know.

Approved by:	old maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/atlast/Makefile,v 1.5 2000/04/12 06:17:48 obrien Exp $
d10 1
d18 1
a18 4
	$(INSTALL_PROGRAM) $(WRKSRC)/atlast $(PREFIX)/bin

post-install:
	strip ${PREFIX}/bin/atlast
d20 3
a22 3
	${MKDIR} ${PREFIX}/share/doc/atlast
	${INSTALL_DATA} ${WRKSRC}/atlast.ps ${PREFIX}/share/doc/atlast
	${INSTALL_DATA} ${WRKSRC}/atlast.rtf ${PREFIX}/share/doc/atlast
@


1.5
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/atlast/Makefile,v 1.4 1999/11/03 06:34:36 jim Exp $
d14 1
a14 1
MAINTAINER=	giffunip@@asme.org
@


1.4
log
@Added http://www.fourmilab.to/atlast/ to MASTER_SITES.

PR:		14676
Submitted by:	maintainer
@
text
@a1 1
# Version required:     1.0
d5 1
a5 1
# $FreeBSD: ports/lang/atlast/Makefile,v 1.3 1999/08/25 06:34:15 obrien Exp $
d8 2
a9 1
DISTNAME=	atlast-1.0
@


1.3
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d11 2
a12 1
MASTER_SITES=	http://www.fourmilab.ch/atlast/
@


1.2
log
@Update to reflect Pedro's new Email address.

PR:		5725
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1997/11/17 09:48:17 tg Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d13 1
a13 1
MAINTAINER=	pgiffuni@@FPS.biblos.unal.edu.co
@


1.1.1.1
log
@Import atlast port. atlast is an embedded script language
derived from Forth.

PR:		4446
Submitted by:	Pedro Giffuni <pgiffuni@@fps.biblos.unal.edu.co>
@
text
@@
