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