1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/cad/gwave/Makefile
Mark Linimon b0b3511b64 Update to 20030804, unbreak, and fix plist.
PR:		ports/57582
Submitted by:	linimon@lonesome.com
Reviewed by:	maintainer (dmlb@dmlb.org)
2003-10-15 08:06:26 +00:00

31 lines
737 B
Makefile

# New ports collection makefile for: gwave
# Date created: 16 June 2002
# Whom: Duncan Barclay <dmlb@dmlb.org>
#
# $FreeBSD$
#
PORTNAME= gwave
PORTVERSION= 20030804
CATEGORIES= cad
MASTER_SITES= http://www.cs.unc.edu/~tell/dist/ \
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.18:${PORTSDIR}/cad/libgeda \
guile.15:${PORTSDIR}/lang/guile \
guilegtk-1.2.0:${PORTSDIR}/x11-toolkits/guile-gtk
USE_AUTOCONF_VER= 253
USE_GNOME= gtk12
#CONFIGURE_ARGS= --enable-gdgeda
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
MAN1= sp2sp.1
.include <bsd.port.mk>