fd2b143ac5
Major changes since the last snapshot: - gsch2pcb updated to work with latest pcb - pcb library directories default to something sane for gsch2pcb - grenum utility for refdes renumbering added - add a few new symbols - added -p option to autoplace the windows. Useful for scripting. - gattrib can now change attribute visibility - improvements to the spice-sdb netlist backend - added support for printing pictures in schematics to postscript - added german translation - fixed a segfault in the geda manager.
41 lines
1,010 B
Makefile
41 lines
1,010 B
Makefile
# $NetBSD: Makefile,v 1.32 2005/08/23 00:02:20 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= geda-utils-${PKGVERSION}
|
|
CATEGORIES= cad
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= http://www.geda.seul.org/
|
|
COMMENT= Set of utilities for gEDA
|
|
|
|
BUILD_DEPENDS+= geda-symbols>=${PKGVERSION}:../../cad/geda-symbols
|
|
|
|
CONFLICTS+= gEDA<19991011
|
|
|
|
.include "../../cad/geda/Makefile.common"
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_TOOLS+= lex perl:run pkg-config
|
|
|
|
# let (f)lex rebuild this file. The distributed one doesn't
|
|
# always work.
|
|
post-patch:
|
|
${RM} -f ${WRKSRC}/src/olib.c
|
|
|
|
EVAL_PREFIX+= PYDIR=python
|
|
|
|
REPLACE_INTERPRETER+= python
|
|
_REPLACE.python.old= .*/bin/python
|
|
_REPLACE.python.new= ${PYDIR}/bin/python
|
|
_REPLACE_FILES.python= scripts/tragesym
|
|
|
|
REPLACE_PERL+= scripts/pads_backannotate \
|
|
scripts/gschupdate \
|
|
scripts/gsymfix.pl \
|
|
scripts/gsymupdate \
|
|
scripts/refdes_renum \
|
|
scripts/sarlacc_sym
|
|
|
|
.include "../../cad/libgeda/buildlink3.mk"
|
|
.include "../../devel/libgetopt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|