1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net/tvark/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

31 lines
683 B
Makefile

# New ports collection makefile for: tvark
# Date created: 19 July 2001
# Whom: mwest@uct.ac.za
#
# $FreeBSD$
#
PORTNAME= tvark
PORTVERSION= 0.4
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://voodoo.bawue.com/download/ \
http://www.tvark.com/
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI network monitoring tool, tied to a MySQL database
USE_X_PREFIX= yes
USE_PERL5_BUILD=yes
USE_GNOME= gtk12
USE_MYSQL= yes
.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
.include <bsd.port.post.mk>