mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
f9cfaf4714
- Bump PORTREVISION PR: ports/67005 Submitted by: bruno <bruno@mail.tinkerbox.org> (maintainer)
32 lines
702 B
Makefile
32 lines
702 B
Makefile
# New ports collection makefile for: geda
|
|
# Date created: 24 Nov 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geda
|
|
PORTVERSION= 20040111
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= bruno@tinkerbox.org
|
|
COMMENT= The "meta-port" for gEDA
|
|
|
|
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
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \
|
|
geda.20:${PORTSDIR}/cad/libgeda
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|