diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 21:01:14 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-04-19 21:01:14 +0000 |
commit | c33da95939d1d6d2d0e1cdaddadb85ccab513d0b (patch) | |
tree | d23c53f91ac68a621e16784daf297f03ed919f0f /lang/atlast | |
parent | fb1fa7522aaa48cb8ed1cf7e683d299c413f64a2 (diff) | |
download | ports-c33da95939d1d6d2d0e1cdaddadb85ccab513d0b.tar.gz ports-c33da95939d1d6d2d0e1cdaddadb85ccab513d0b.zip |
Notes
Diffstat (limited to 'lang/atlast')
-rw-r--r-- | lang/atlast/Makefile | 5 | ||||
-rw-r--r-- | lang/atlast/files/patch-aa | 21 | ||||
-rw-r--r-- | lang/atlast/pkg-plist | 4 |
3 files changed, 5 insertions, 25 deletions
diff --git a/lang/atlast/Makefile b/lang/atlast/Makefile index 234ca511d965..76e61763b4c7 100644 --- a/lang/atlast/Makefile +++ b/lang/atlast/Makefile @@ -15,6 +15,11 @@ MASTER_SITES= http://www.fourmilab.ch/atlast/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Autodesk Threaded Language Application System Toolkit +MAKE_ARGS= CFLAGS="${CFLAGS} -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK" + +PLIST_FILES= bin/atlast +PORTDOCS= atlast.ps atlast.rtf + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/atlast ${PREFIX}/bin .if !defined(NOPORTDOCS) diff --git a/lang/atlast/files/patch-aa b/lang/atlast/files/patch-aa index 56fa9c79f5a0..a10c74b0e03f 100644 --- a/lang/atlast/files/patch-aa +++ b/lang/atlast/files/patch-aa @@ -1,27 +1,6 @@ *** Makefile.orig Mon May 9 03:26:47 1994 --- Makefile Fri Oct 5 05:18:35 2001 *************** -*** 7,15 **** - - INCLUDE = - -! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT - -! CFLAGS = $(COPTIONS) $(INCLUDE) $(ATLCONFIG) - - ATLOBJ = atlast.o atlmain.o - ---- 7,15 ---- - - INCLUDE = - -! ATLCONFIG = -DMEMSTAT -DALIGNMENT -DEXPORT -DNOMEMCHECK - -! CFLAGS += $(INCLUDE) $(ATLCONFIG) - - ATLOBJ = atlast.o atlmain.o - -*************** *** 18,24 **** all: $(APPS) diff --git a/lang/atlast/pkg-plist b/lang/atlast/pkg-plist deleted file mode 100644 index 60562a98d31f..000000000000 --- a/lang/atlast/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/atlast -%%PORTDOCS%%share/doc/atlast/atlast.ps -%%PORTDOCS%%share/doc/atlast/atlast.rtf -%%PORTDOCS%%@dirrm share/doc/atlast |