diff options
author | makc <makc@FreeBSD.org> | 2010-08-02 01:40:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-08-02 01:40:29 +0800 |
commit | 72b1cba57e714df4090a56751e898be40266e21e (patch) | |
tree | 9bfb4be1aac579a09146c23c7aab219792265385 /lang/atlast | |
parent | bde0dfc6c936ee962a36134fefe1d3a9658d8faf (diff) | |
download | freebsd-ports-gnome-72b1cba57e714df4090a56751e898be40266e21e.tar.gz freebsd-ports-gnome-72b1cba57e714df4090a56751e898be40266e21e.tar.zst freebsd-ports-gnome-72b1cba57e714df4090a56751e898be40266e21e.zip |
Update to 1.2
Use vendor's Makefile for build.
PR: based on ports/149096
Submitted by: Frederic Culot <frederic at culot.org>
Diffstat (limited to 'lang/atlast')
-rw-r--r-- | lang/atlast/Makefile | 23 | ||||
-rw-r--r-- | lang/atlast/distinfo | 6 | ||||
-rw-r--r-- | lang/atlast/pkg-descr | 2 |
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/ |