2013-03-08 12:32:11 +01:00
|
|
|
# Created by: hrs
|
2004-05-13 20:51:03 +02:00
|
|
|
|
|
|
|
PORTNAME= alliance
|
2019-09-28 13:11:14 +02:00
|
|
|
DISTVERSION= 5.1.1
|
2020-10-18 22:14:50 +02:00
|
|
|
PORTREVISION= 2
|
2004-05-13 20:51:03 +02:00
|
|
|
CATEGORIES= cad
|
2019-09-28 13:11:14 +02:00
|
|
|
MASTER_SITES= ftp://asim.lip6.fr/pub/alliance/distribution/5.0/ \
|
|
|
|
ftp://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \
|
|
|
|
ftp://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/
|
2004-05-13 20:51:03 +02:00
|
|
|
|
2014-07-23 18:44:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-07-09 23:49:35 +02:00
|
|
|
COMMENT= Complete set of CAD tools and libraries for VLSI design
|
2004-05-13 20:51:03 +02:00
|
|
|
|
2014-08-30 18:41:04 +02:00
|
|
|
LICENSE= Alliance
|
|
|
|
LICENSE_NAME= Alliance VLSI Cad System License
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
2014-02-12 21:42:58 +01:00
|
|
|
|
2021-06-05 18:23:52 +02:00
|
|
|
BROKEN_aarch64= fails to link: collect2: error: ld returned 1 exit status
|
2017-05-01 21:24:00 +02:00
|
|
|
|
2019-09-28 13:11:14 +02:00
|
|
|
BUILD_DEPENDS= convert:graphics/ImageMagick7 \
|
2020-10-18 22:14:50 +02:00
|
|
|
fig2dev:print/fig2dev
|
2004-05-13 20:51:03 +02:00
|
|
|
|
2020-07-26 22:16:11 +02:00
|
|
|
USES= autoreconf:build gmake libtool motif tar:bz2 xorg
|
|
|
|
USE_GCC= yes
|
2019-09-28 13:11:14 +02:00
|
|
|
USE_TEX= dvipsk:build latex:build
|
2019-09-30 20:21:18 +02:00
|
|
|
USE_XORG= ice sm x11 xext xt
|
2019-09-28 13:11:14 +02:00
|
|
|
|
2004-05-13 20:51:03 +02:00
|
|
|
HAS_CONFIGURE= yes
|
2020-07-14 03:39:42 +02:00
|
|
|
CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} YACC=${YACC}
|
2007-07-23 11:36:51 +02:00
|
|
|
CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \
|
2014-08-30 18:41:04 +02:00
|
|
|
--prefix=${ALLIANCE_TOP}
|
2005-09-11 00:04:52 +02:00
|
|
|
|
2014-08-30 18:41:04 +02:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2019-09-28 13:11:14 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2020-07-26 22:16:11 +02:00
|
|
|
CFLAGS+= -fcommon
|
2019-09-28 13:11:14 +02:00
|
|
|
|
2021-11-25 22:40:11 +01:00
|
|
|
CONFLICTS_INSTALL= fspclient
|
2019-09-28 13:11:14 +02:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
WRKSRC= ${WRKDIR}/alliance/src
|
|
|
|
|
|
|
|
ALLIANCE_TOP= ${PREFIX}/alliance
|
2004-05-13 20:51:03 +02:00
|
|
|
|
2014-08-30 18:41:04 +02:00
|
|
|
post-patch:
|
2019-09-28 13:11:14 +02:00
|
|
|
@${REINPLACE_CMD} -e '/include <malloc.h>/d' \
|
2014-08-30 18:41:04 +02:00
|
|
|
${WRKSRC}/xgra/src/XSB_parse.c
|
2019-09-28 13:11:14 +02:00
|
|
|
# These Makefiles contain hardcoded references to make(1). Replace them with
|
|
|
|
# gmake(1) to avoid build failures of the documentation.
|
|
|
|
@${REINPLACE_CMD} -e 's/; make/; gmake/' \
|
|
|
|
${WRKSRC}/documentation/Makefile.am \
|
|
|
|
${WRKSRC}/documentation/alliance-examples/Makefile \
|
|
|
|
${WRKSRC}/documentation/tutorials/Makefile.am
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
@cd ${WRKSRC} && ./autostuff
|
2009-12-06 17:20:56 +01:00
|
|
|
|
2014-08-30 18:41:04 +02:00
|
|
|
.include <bsd.port.mk>
|