0b9a514e16
PR: 35714 Submitted by: maintainer
28 lines
555 B
Makefile
28 lines
555 B
Makefile
# 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.9:${PORTSDIR}/lang/guile \
|
|
geda.15:${PORTSDIR}/cad/libgeda
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|