1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/net/tvark/Makefile

31 lines
683 B
Makefile
Raw Normal View History

# New ports collection makefile for: tvark
# Date created: 19 July 2001
# Whom: mwest@uct.ac.za
#
# $FreeBSD$
#
PORTNAME= tvark
2004-03-01 11:52:26 +00:00
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= net
2005-10-11 12:53:44 +00:00
MASTER_SITES= http://voodoo.bawue.com/download/ \
2004-03-01 11:52:26 +00:00
http://www.tvark.com/
2004-02-22 02:09:15 +00:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:28:59 +00:00
COMMENT= GUI network monitoring tool, tied to a MySQL database
USE_X_PREFIX= yes
USE_PERL5_BUILD=yes
USE_GNOME= gtk12
2004-03-01 11:52:26 +00:00
USE_MYSQL= yes
2003-10-15 22:23:25 +00:00
.include <bsd.port.pre.mk>
post-patch:
@${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile
@${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile
@${PERL} -pi -e "s|-ggdb|${CFLAGS}|" ${WRKSRC}/Makefile
2003-10-15 22:23:25 +00:00
.include <bsd.port.post.mk>