aboutsummaryrefslogtreecommitdiff
path: root/cad/gwave/Makefile
blob: efe3eab6ed7366364ae5b9ac3d1f296a9d4680b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	gwave
# Date created:			16 June 2002
# Whom:				Duncan Barclay <dmlb@dmlb.org>
#
# $FreeBSD$
#

PORTNAME=	gwave
PORTVERSION=	20020122
CATEGORIES=	cad
MASTER_SITES=	http://geda.seul.org/dist/

MAINTAINER=	dmlb@dmlb.org
COMMENT=	Waveform viewer for analogue electronic simulation tools

RUN_DEPENDS=	graph:${PORTSDIR}/graphics/plotutils
LIB_DEPENDS=	geda.16:${PORTSDIR}/cad/libgeda \
		guile.15:${PORTSDIR}/lang/guile \
		guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk

USE_AUTOCONF=	yes
USE_GNOME=	gtk12
#CONFIGURE_ARGS=	--enable-gdgeda
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

MAN1=		sp2sp.1

.include <bsd.port.mk>