mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 7.5.240.
- Fix LICENSE.
This commit is contained in:
parent
8f6e8b1a18
commit
9e29570778
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366658
@ -2,25 +2,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= magic
|
||||
PORTVERSION= 7.5.233
|
||||
PORTVERSION= 7.5.240
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= http://opencircuitdesign.com/magic/archive/ \
|
||||
http://fossies.org/linux/misc/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= Interactive editor for VLSI layouts
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${FILESDIR}/license.txt
|
||||
|
||||
LIB_DEPENDS= libBLT25.so:${PORTSDIR}/x11-toolkits/blt
|
||||
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/scripts
|
||||
|
||||
USES+= gmake tk:build tar:tgz
|
||||
USES= gmake tk:build tar:tgz
|
||||
USE_XORG= ice xext xi xmu
|
||||
USE_GL= gl
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR}
|
||||
CONFIGURE_ARGS= --with-tcl=${TCL_LIBDIR} \
|
||||
--with-tk=${TK_LIBDIR} \
|
||||
--with-opengl
|
||||
CONFIGURE_WRKSRC= ${WRKSRC}/scripts
|
||||
ALL_TARGET= tcllibrary
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
@ -30,8 +32,6 @@ DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" ""
|
||||
|
||||
PORTSCOUT= limit:^7\.
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
's|^#!.*|#!${AWK} -f|' ${WRKSRC}/ext2spice/spice2sim
|
||||
@ -40,7 +40,8 @@ post-patch:
|
||||
s|TK_LIB_NAME=.*|TK_LIB_NAME="tk${TK_VER:S/.//}"|g ; \
|
||||
s|wish$${TK_VERSION}|${WISH:T}|g ; \
|
||||
s|tclsh$${TK_VERSION}|${TCLSH:T}|g ; \
|
||||
s|-l/usr/X11R6/include|-I${LOCALBASE}/include|g' ${CONFIGURE_WRKSRC}/configure
|
||||
s|-l/usr/X11R6/include|-I${LOCALBASE}/include|g' \
|
||||
${CONFIGURE_WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/CFLAGS/s| -pg | |' ${WRKSRC}/tcltk/Makefile
|
||||
@${REINPLACE_CMD} -e \
|
||||
@ -52,4 +53,4 @@ pre-build:
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
|
||||
${MAKEFILE} ${MAKE_ARGS} database/database.h)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (magic-7.5.233.tgz) = 5fd1449380d185584c03fbfe4b62abee83bb868de11c1d7ebca4db5f8c5338bf
|
||||
SIZE (magic-7.5.233.tgz) = 3753060
|
||||
SHA256 (magic-7.5.240.tgz) = c34134fb47aaa58c2f1b45454f1ab53069fc80d1e85a1def313c2e7695b901f7
|
||||
SIZE (magic-7.5.240.tgz) = 3753069
|
||||
|
10
cad/magic/files/license.txt
Normal file
10
cad/magic/files/license.txt
Normal file
@ -0,0 +1,10 @@
|
||||
Copyright (C) 1985, 1990 Regents of the University of California.
|
||||
|
||||
Permission to use, copy, modify, and distribute this
|
||||
software and its documentation for any purpose and without
|
||||
fee is hereby granted, provided that the above copyright
|
||||
notice appear in all copies. The University of California
|
||||
makes no representations about the suitability of this
|
||||
software for any purpose. It is provided "as is" without
|
||||
express or implied warranty. Export of this software outside
|
||||
of the United States of America may require an export license.
|
Loading…
Reference in New Issue
Block a user