freebsd-ports/net/tvark/Makefile
Foxfair Hu bb590a484b PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
Force commit: Last update I made was chasing tarball checksum

comparing the old an new tarball reveals no changes other than:

-drwxr-xr-x zakj/zakj         0 Nov 15 19:15 2002 tvark-0.3/
+drwxr-xr-x zakj/zakj         0 Jan  4 22:56 2002 tvark-0.3/

looks like the author just re-rolled it for some reason
(quote from PR submitter)
2003-05-22 01:29:25 +00:00

27 lines
642 B
Makefile

# New ports collection makefile for: tvark
# Date created: 19 July 2001
# Whom: mwest@uct.ac.za
#
# $FreeBSD$
#
PORTNAME= tvark
PORTVERSION= 0.3
PORTREVISION= 0
CATEGORIES= net
MASTER_SITES= http://www.tvark.com/
MAINTAINER= mwest@uct.ac.za
COMMENT= GUI network monitoring tool, tied to a MySQL database
LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
USE_X_PREFIX= yes
USE_GNOME= gtk12
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.mk>