aboutsummaryrefslogtreecommitdiff
path: root/lang/atlast
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-08-01 17:40:29 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-08-01 17:40:29 +0000
commit9c72ce73535a9a6f013b5f031307227d86c6d87d (patch)
tree50055128d49b867bbadd4c235f0823cb286ff105 /lang/atlast
parent1fd41671ce959de9bc8008ec35944e93d1ffadae (diff)
downloadports-9c72ce73535a9a6f013b5f031307227d86c6d87d.tar.gz
ports-9c72ce73535a9a6f013b5f031307227d86c6d87d.zip
Update to 1.2
Use vendor's Makefile for build. PR: based on ports/149096 Submitted by: Frederic Culot <frederic at culot.org>
Notes
Notes: svn path=/head/; revision=258596
Diffstat (limited to 'lang/atlast')
-rw-r--r--lang/atlast/Makefile23
-rw-r--r--lang/atlast/distinfo6
-rw-r--r--lang/atlast/pkg-descr2
3 files changed, 13 insertions, 18 deletions
diff --git a/lang/atlast/Makefile b/lang/atlast/Makefile
index aebaa59ed1e7..bab18ad9efda 100644
--- a/lang/atlast/Makefile
+++ b/lang/atlast/Makefile
@@ -6,27 +6,22 @@
#
PORTNAME= atlast
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= lang
-MASTER_SITES= http://www.fourmilab.ch/atlast/ \
- http://www.fourmilab.to/atlast/
+MASTER_SITES= http://www.fourmilab.ch/atlast/download/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= Autodesk Threaded Language Application System Toolkit
-SRC= atlast.c atlmain.c
-DEFINES= -DMEMSTAT -DALIGNMENT -DEXPORT
-LDFLAGS+= -lm
+ALL_TARGET= ${PORTNAME}
+PLIST_FILES= bin/${PORTNAME}
-PLIST_FILES= bin/atlast
-PORTDOCS= atlast.ps atlast.rtf
+PORTDOCS= atlast.html atlast.pdf
-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}
+post-patch:
+ ${REINPLACE_CMD} -e "/^COPTIONS = /s, = .*, = ${CFLAGS}, " \
+ -e "/^CC = /s,= .*, = ${CC}," \
+ ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
diff --git a/lang/atlast/distinfo b/lang/atlast/distinfo
index ec66359189c9..5d218829e1d0 100644
--- a/lang/atlast/distinfo
+++ b/lang/atlast/distinfo
@@ -1,3 +1,3 @@
-MD5 (atlast-1.1.tar.gz) = 18ee5d3b8e23d6251dfe7799f301384a
-SHA256 (atlast-1.1.tar.gz) = e1f45fc324758706103bc52c6a114607f2f1301c8e9e500b53a7d45db815e242
-SIZE (atlast-1.1.tar.gz) = 270209
+MD5 (atlast-1.2.tar.gz) = 966212f77b628b7d00b380aac9a39a1c
+SHA256 (atlast-1.2.tar.gz) = d287dd4cf3c8478c3534357e70b76c8adc816fba7b914dee6ff95e63b9b163d4
+SIZE (atlast-1.2.tar.gz) = 422140
diff --git a/lang/atlast/pkg-descr b/lang/atlast/pkg-descr
index 4f770c9873c1..dea5e81941d2 100644
--- a/lang/atlast/pkg-descr
+++ b/lang/atlast/pkg-descr
@@ -6,4 +6,4 @@ macro language and facilities for user extension and customisation
and, at the same time, it is a foundation upon which new applications
can be built in an open, component-oriented manner.
-WWW: http://www.fourmilab.ch/sitemap.html#atlast
+WWW: http://www.fourmilab.ch/atlast/