blob: c8a15be290a49d56e72786c7d8beb17f52c24be9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: geda
# Date created: 24 Nov 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geda
PORTVERSION= 20020209
CATEGORIES= cad
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= bruno@tinkerbox.org
BUILD_DEPENDS= gesym-config:${PORTSDIR}/cad/geda-symbols \
gschem:${PORTSDIR}/cad/gschem \
gnetlist:${PORTSDIR}/cad/gnetlist
LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile \
geda.15:${PORTSDIR}/cad/libgeda
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>
|