ce193d87f5
This represents nearly a year and a half of bugfixes and enhancements too numerous to list.
30 lines
703 B
Makefile
30 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.15 2001/07/17 02:55:03 dmcmahill Exp $
|
|
#
|
|
|
|
DISTNAME= gEDA-${PKGVERSION}
|
|
CATEGORIES= cad
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.geda.seul.org/
|
|
COMMENT= Toolset for automating electronic design
|
|
|
|
DEPENDS+= gschem-${PKGVERSION}:../../cad/gschem
|
|
DEPENDS+= gnetlist-${PKGVERSION}:../../cad/gnetlist
|
|
DEPENDS+= gsymcheck-${PKGVERSION}:../../cad/gsymcheck
|
|
DEPENDS+= geda-utils-${PKGVERSION}:../../cad/geda-utils
|
|
DEPENDS+= geda-docs-20010304:../../cad/geda-docs
|
|
|
|
USE_X11BASE= yes
|
|
EXTRACT_ONLY= # empty
|
|
NO_CHECKSUM= yes
|
|
NO_PATCH= yes
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
PKGVERSION= 20010708
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|