Update to 1.2
Use vendor's Makefile for build. PR: based on ports/149096 Submitted by: Frederic Culot <frederic at culot.org>
This commit is contained in:
parent
1fd41671ce
commit
9c72ce7353
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258596
@ -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
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user