aboutsummaryrefslogtreecommitdiff
path: root/lang/atlast
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-04-19 21:01:14 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-04-19 21:01:14 +0000
commitc33da95939d1d6d2d0e1cdaddadb85ccab513d0b (patch)
treed23c53f91ac68a621e16784daf297f03ed919f0f /lang/atlast
parentfb1fa7522aaa48cb8ed1cf7e683d299c413f64a2 (diff)
downloadports-c33da95939d1d6d2d0e1cdaddadb85ccab513d0b.tar.gz
ports-c33da95939d1d6d2d0e1cdaddadb85ccab513d0b.zip
- Use PLIST_FILES/PORTDOCS
- Minimize Makefile-patch
Notes
Notes: svn path=/head/; revision=133701
Diffstat (limited to 'lang/atlast')
-rw-r--r--lang/atlast/Makefile5
-rw-r--r--lang/atlast/files/patch-aa21
-rw-r--r--lang/atlast/pkg-plist4
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