mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
a3951781e6
This port was marked broken due to a bison error. The newest version had the same flaw, but I got the fix from Debian. The 5.0.20120512 is also not limited to i386, it builds fine on amd64 now. It is still not jobs safe (it can't find libVrd before it's built) but I suspect only minor changes are necessary to make it jobs safe.
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# Created by: hrs
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= alliance
|
|
PORTVERSION= 5.0.20120515
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://ftp.lyx.org/lip6/softs/alliance/distribution/5.0/ \
|
|
http://ftp.jussieu.fr/lip6/softs/alliance/distribution/5.0/ \
|
|
http://www-asim.lip6.fr/pub/alliance/distribution/5.0/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Complete set of CAD tools and libraries for VLSI design
|
|
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/alliance-5.0
|
|
SUB_FILES= pkg-message
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
|
|
|
USES= bison gmake libtool motif
|
|
|
|
USE_GCC= any
|
|
HAS_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
ALLIANCE_TOP= ${PREFIX}/alliance
|
|
CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP}
|
|
CONFIGURE_ARGS+=--mandir=${MANPREFIX}/man \
|
|
--prefix=${ALLIANCE_TOP}
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e '/include <malloc.h>/d' \
|
|
${WRKSRC}/xgra/src/XSB_parse.c
|
|
|
|
.include <bsd.port.mk>
|