2002-05-12 17:14:08 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: gtkwave
|
|
|
|
# Date created: May 10, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtkwave
|
2004-08-10 09:44:23 +02:00
|
|
|
PORTVERSION= 2.0.0.p5
|
2010-06-08 21:52:58 +02:00
|
|
|
PORTREVISION= 4
|
2002-06-10 19:26:09 +02:00
|
|
|
PORTEPOCH= 2
|
2002-05-12 17:14:08 +02:00
|
|
|
CATEGORIES= cad
|
|
|
|
MASTER_SITES= ftp://ftp.cs.man.ac.uk/pub/amulet/gtkwave/2.0/
|
2002-06-01 08:22:52 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
|
2002-05-12 17:14:08 +02:00
|
|
|
|
2006-10-03 15:29:12 +02:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2003-02-16 15:11:45 +01:00
|
|
|
COMMENT= Electronic Waveform Viewer
|
2002-05-12 17:14:08 +02:00
|
|
|
|
2003-02-16 15:11:45 +01:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
2002-05-12 17:14:08 +02:00
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2002-08-30 15:05:55 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-06-08 21:52:58 +02:00
|
|
|
USE_LDCONFIG= ${PREFIX}/lib/gtkwave
|
2002-05-12 17:14:08 +02:00
|
|
|
|
2003-11-16 00:00:03 +01:00
|
|
|
DOCS= doc/*.html doc/*.png doc/*.ps
|
|
|
|
EXAMPLES= examples/*.gz examples/*.vcd
|
|
|
|
|
2002-05-12 17:14:08 +02:00
|
|
|
post-patch:
|
|
|
|
@${GREP} -lR "heapsort" ${WRKSRC}/src | ${XARGS} \
|
2002-07-08 12:14:16 +02:00
|
|
|
${REINPLACE_CMD} -e "s/heapsort/hsort/g"
|
2002-05-12 17:14:08 +02:00
|
|
|
|
|
|
|
post-install:
|
2003-11-16 00:00:03 +01:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
2003-02-16 15:11:45 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-05-12 17:14:08 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-11-16 00:00:03 +01:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2002-05-12 17:14:08 +02:00
|
|
|
.endif
|
|
|
|
|
2007-10-04 02:15:01 +02:00
|
|
|
.include <bsd.port.mk>
|