1998-12-06 14:11:53 +00:00
|
|
|
# New ports collection makefile for: geda
|
|
|
|
# Date created: 24 Nov 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-12-06 14:11:53 +00:00
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1998-12-06 14:11:53 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 23:24:42 +00:00
|
|
|
PORTNAME= geda
|
2004-03-07 14:52:40 +00:00
|
|
|
PORTVERSION= 20040111
|
2004-05-22 12:46:11 +00:00
|
|
|
PORTREVISION= 1
|
1998-12-06 14:11:53 +00:00
|
|
|
CATEGORIES= cad
|
2001-04-07 00:24:22 +00:00
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # none
|
|
|
|
EXTRACT_ONLY= # empty
|
1998-12-06 14:11:53 +00:00
|
|
|
|
2001-04-07 00:24:22 +00:00
|
|
|
MAINTAINER= bruno@tinkerbox.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= The "meta-port" for gEDA
|
1998-12-06 14:11:53 +00:00
|
|
|
|
2004-05-22 12:46:11 +00:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols \
|
2001-04-07 00:24:22 +00:00
|
|
|
gschem:${PORTSDIR}/cad/gschem \
|
2002-10-10 18:45:49 +00:00
|
|
|
gnetlist:${PORTSDIR}/cad/gnetlist \
|
|
|
|
gmk_sym:${PORTSDIR}/cad/geda-utils \
|
|
|
|
gsymcheck:${PORTSDIR}/cad/geda-symcheck
|
2003-05-02 03:29:26 +00:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
|
2004-03-07 14:52:40 +00:00
|
|
|
geda.20:${PORTSDIR}/cad/libgeda
|
1998-12-06 14:11:53 +00:00
|
|
|
|
2001-04-07 00:24:22 +00:00
|
|
|
NO_BUILD= yes
|
1998-12-06 14:11:53 +00:00
|
|
|
|
2001-04-07 00:24:22 +00:00
|
|
|
do-install: # empty
|
2000-01-07 20:07:56 +00:00
|
|
|
|
1998-12-06 14:11:53 +00:00
|
|
|
.include <bsd.port.mk>
|