pkgsrc/cad/geda-utils/Makefile
dmcmahill 3414f91a32 update to gEDA-20030223
Quick summary of changes:

- works with guile-1.6.3 now
- Norwegian/Danish/German character fixes
- PNG output now has some of the objects appearing to have the right thickness.
- added Russian translation
- bug fix in postscript output
- non-applicable menu choices are now greyed out
- fixed PADS netlist output bug
- added several components to library
- added multisheet refdes renumber utility
- several other bug fixes.
2003-03-09 06:18:23 +00:00

32 lines
865 B
Makefile

# $NetBSD: Makefile,v 1.13 2003/03/09 06:18:24 dmcmahill Exp $
#
DISTNAME= geda-utils-${PKGVERSION}
CATEGORIES= cad
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PKGVERSION}/ \
ftp://ieee.ing.uniroma1.it/pub/geda/devel/${PKGVERSION}/ \
http://www.geda.seul.org/devel/${PKGVERSION}/ \
http://www.geda.coelacanth.com/devel/${PKGVERSION}/
MAINTAINER= dmcmahill@netbsd.org
HOMEPAGE= http://www.geda.seul.org/
COMMENT= Set of utilites for gEDA
CONFLICTS+= gEDA<19991011
BUILD_DEPENDS+= geda-symbols>=${PKGVERSION}:../../cad/geda-symbols
DIST_SUBDIR= geda
PKGVERSION= 20030223
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_BUILDLINK2= YES
USE_PERL5= YES
REPLACE_PERL+= scripts/gschupdate \
scripts/gsymupdate \
scripts/refdes_renum \
scripts/sarlacc_sym
.include "../../cad/libgeda/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"