1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/cad/geda/Makefile

32 lines
702 B
Makefile
Raw Normal View History

1998-12-06 14:11:53 +00:00
# New ports collection makefile for: geda
# Date created: 24 Nov 1998
# 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
#
PORTNAME= geda
PORTVERSION= 20040111
PORTREVISION= 1
1998-12-06 14:11:53 +00:00
CATEGORIES= cad
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
1998-12-06 14:11:53 +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
RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols \
gschem:${PORTSDIR}/cad/gschem \
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 \
geda.20:${PORTSDIR}/cad/libgeda
1998-12-06 14:11:53 +00:00
NO_BUILD= yes
1998-12-06 14:11:53 +00:00
do-install: # empty
1998-12-06 14:11:53 +00:00
.include <bsd.port.mk>