mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
8f08043ad0
- Miscellaneous cleanups PR: ports/80967 [1] Submitted by: maintainer [1]
29 lines
605 B
Makefile
29 lines
605 B
Makefile
# New ports collection makefile for: geda
|
|
# Date created: 24 Nov 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geda
|
|
PORTVERSION= 20050313
|
|
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
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|