71c8105783
Prompted by: Mike Harding <mvh@ix.netcom.com>
27 lines
556 B
Makefile
27 lines
556 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.10:${PORTSDIR}/lang/guile \
|
|
geda.15:${PORTSDIR}/cad/libgeda
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|