mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
cff94b9aa1
- add options to select docs/examples [1] - Bump PORTREVISION [1] - Chase rename of cad/gschem [2] and cad/gnetlist [3] PR: ports/100228 [1], ports/100222 [2], ports/100230 [3] Submitted by: maintainer
43 lines
1007 B
Makefile
43 lines
1007 B
Makefile
# New ports collection makefile for: geda
|
|
# Date created: 24 Nov 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geda
|
|
PORTVERSION= 20060123
|
|
PORTREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # none
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
|
COMMENT= The "meta-port" for gEDA
|
|
|
|
RUN_DEPENDS= ${DATADIR}/sym:${PORTSDIR}/cad/geda-symbols \
|
|
gschem:${PORTSDIR}/cad/geda-gschem \
|
|
gnetlist:${PORTSDIR}/cad/geda-netlist \
|
|
gmk_sym:${PORTSDIR}/cad/geda-utils \
|
|
gsymcheck:${PORTSDIR}/cad/geda-symcheck \
|
|
gattrib:${PORTSDIR}/cad/geda-gattrib \
|
|
geda:${PORTSDIR}/cad/geda-projectmanager
|
|
|
|
NO_BUILD= yes
|
|
|
|
OPTIONS= EXAMPLES "Install gEDA's examples" on \
|
|
DOCS "Install gEDA's documentation" on
|
|
|
|
.if !defined(WITHOUT_EXAMPLES)
|
|
RUN_DEPENDS+= ${EXAMPLESDIR}/README:${PORTSDIR}/cad/geda-examples
|
|
.endif
|
|
|
|
.if !defined(WITHOUT_DOCS)
|
|
RUN_DEPENDS+= ${DOCSDIR}/attributes/index.html:${PORTSDIR}/cad/geda-docs
|
|
.endif
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|