freebsd-ports/net/tvark/Makefile

32 lines
670 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 12:52:26 +01:00
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= net
2005-10-11 14:53:44 +02:00
MASTER_SITES= http://voodoo.bawue.com/download/ \
2004-03-01 12:52:26 +01:00
http://www.tvark.com/
2004-02-22 03:09:15 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= GUI network monitoring tool, tied to a MySQL database
USE_PERL5_BUILD=yes
USE_GNOME= gtk12
2004-03-01 12:52:26 +01:00
USE_MYSQL= yes
2003-10-16 00:23:25 +02:00
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -E -e "s|^(LDFLAGS.*)/usr/local|\1${LOCALBASE}|" \
-e "s|/usr/local/bin|${PREFIX}/bin|" \
-e "s|gtk-config|${GTK_CONFIG}|g" \
-e "s|-ggdb|${CFLAGS}|" \
${WRKSRC}/Makefile
2003-10-16 00:23:25 +02:00
.include <bsd.port.post.mk>