freebsd-ports/cad/geda/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

42 lines
952 B
Makefile

# New ports collection makefile for: geda
# Date created: 24 Nov 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geda
PORTVERSION= 20070216
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= # empty
DISTFILES= # none
EXTRACT_ONLY= # empty
MAINTAINER= stas@FreeBSD.org
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
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}/gedadocs.html:${PORTSDIR}/cad/geda-docs
.endif
do-install: # empty
.include <bsd.port.mk>