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
|
2006-11-03 17:50:45 +00:00
|
|
|
PORTVERSION= 20061020
|
2006-10-10 07:44:57 +00:00
|
|
|
PORTREVISION= 0
|
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
|
|
|
|
2006-10-10 07:44:57 +00:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2003-02-21 11:08:38 +00:00
|
|
|
COMMENT= The "meta-port" for gEDA
|
1998-12-06 14:11:53 +00:00
|
|
|
|
2006-07-16 03:42:23 +00:00
|
|
|
RUN_DEPENDS= ${DATADIR}/sym:${PORTSDIR}/cad/geda-symbols \
|
|
|
|
gschem:${PORTSDIR}/cad/geda-gschem \
|
|
|
|
gnetlist:${PORTSDIR}/cad/geda-netlist \
|
2002-10-10 18:45:49 +00:00
|
|
|
gmk_sym:${PORTSDIR}/cad/geda-utils \
|
2006-06-26 22:12:21 +00:00
|
|
|
gsymcheck:${PORTSDIR}/cad/geda-symcheck \
|
|
|
|
gattrib:${PORTSDIR}/cad/geda-gattrib \
|
|
|
|
geda:${PORTSDIR}/cad/geda-projectmanager
|
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
|
|
|
|
2006-07-16 03:42:23 +00:00
|
|
|
OPTIONS= EXAMPLES "Install gEDA's examples" on \
|
|
|
|
DOCS "Install gEDA's documentation" on
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_EXAMPLES)
|
|
|
|
RUN_DEPENDS+= ${EXAMPLESDIR}/README:${PORTSDIR}/cad/geda-examples
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_DOCS)
|
2006-10-10 07:44:57 +00:00
|
|
|
RUN_DEPENDS+= ${DOCSDIR}/gedadocs.html:${PORTSDIR}/cad/geda-docs
|
2006-07-16 03:42:23 +00:00
|
|
|
.endif
|
|
|
|
|
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>
|