Changeset View
Changeset View
Standalone View
Standalone View
cad/magic/Makefile
| PORTNAME= magic | PORTNAME= magic | ||||
| DISTVERSION= 8.3.632 | DISTVERSION= 8.3.648 | ||||
| CATEGORIES= cad | CATEGORIES= cad | ||||
| MASTER_SITES= http://opencircuitdesign.com/magic/archive/ | MASTER_SITES= http://opencircuitdesign.com/magic/archive/ | ||||
| MAINTAINER= yuri@FreeBSD.org | MAINTAINER= yuri@FreeBSD.org | ||||
| COMMENT= Interactive editor for VLSI layouts | COMMENT= Interactive editor for VLSI layouts | ||||
| WWW= http://opencircuitdesign.com/magic/ | WWW= http://opencircuitdesign.com/magic/ | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| LICENSE_FILE= ${WRKSRC}/LICENSE | LICENSE_FILE= ${WRKSRC}/LICENSE | ||||
| LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ | LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ | ||||
| libfreetype.so:print/freetype2 | libfreetype.so:print/freetype2 | ||||
| RUN_DEPENDS= bash:shells/bash | RUN_DEPENDS= bash:shells/bash | ||||
| USES= gl gmake gnome localbase:ldflags python:build shebangfix \ | USES= gl gmake gnome localbase:ldflags python:build shebangfix \ | ||||
| tar:tgz tk:tea xorg | tar:tgz tk:tea xorg | ||||
| USE_GL= gl glu | USE_GL= gl glu | ||||
| USE_GNOME= cairo | USE_GNOME= cairo | ||||
| USE_XORG= ice sm x11 xext xi xmu | USE_XORG= ice sm x11 xext xi xmu | ||||
| SHEBANG_FILES= scripts/preproc.py tcltk/ext2sim.sh.in tcltk/ext2spice.sh.in \ | SHEBANG_FILES= scripts/preproc.py tcltk/ext2sim.sh.in tcltk/ext2spice.sh.in \ | ||||
| tcltk/magic.sh.in | tcltk/magic.sh.in | ||||
| CONFIGURE_ARGS= --enable-modular \ | CONFIGURE_ARGS= --with-opengl | ||||
| --with-opengl # --enable-modular should fix build on 15, when failures were due to missing symbols defined in *.sym but not in code | |||||
| ALL_TARGET= tcllibrary | ALL_TARGET= tcllibrary | ||||
| BINARY_ALIAS= git=${FALSE} \ | BINARY_ALIAS= git=${FALSE} \ | ||||
| python3=${PYTHON_CMD} # this is needed, see https://github.com/RTimothyEdwards/magic/issues/173#issuecomment-1200065429 | python3=${PYTHON_CMD} # this is needed, see https://github.com/RTimothyEdwards/magic/issues/173#issuecomment-1200065429 | ||||
| DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" "" | DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" "" | ||||
| Show All 35 Lines | |||||