aboutsummaryrefslogtreecommitdiffstats
path: root/net/glflow
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-31 03:55:42 +0800
committerlofi <lofi@FreeBSD.org>2004-08-31 03:55:42 +0800
commit93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068 (patch)
tree3f135a2d6251b6e666ce27e76a5f18a69ed89cd7 /net/glflow
parent533fd938e7d6cb30871ebc5cfae4dc60e853f425 (diff)
downloadfreebsd-ports-gnome-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.tar.gz
freebsd-ports-gnome-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.tar.zst
freebsd-ports-gnome-93a0477c7c4a5dde8c7a75ee28a4de9ada0ab068.zip
Update to KDE 3.3
Diffstat (limited to 'net/glflow')
-rw-r--r--net/glflow/Makefile5
-rw-r--r--net/glflow/distinfo4
-rw-r--r--net/glflow/files/patch-Makefile10
3 files changed, 6 insertions, 13 deletions
diff --git a/net/glflow/Makefile b/net/glflow/Makefile
index 786b65c8779b..6872c34cc0d4 100644
--- a/net/glflow/Makefile
+++ b/net/glflow/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= glflow
-PORTVERSION= 0.0.4
+PORTVERSION= 0.0.5
CATEGORIES= net security
MASTER_SITES= http://night.rdslink.ro/dudu/glflow/
DISTNAME= glFlow-${PORTVERSION}
@@ -18,6 +18,9 @@ PLIST_FILES= bin/glflow
PORTDOCS= README
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --enable-debug
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/glflow ${PREFIX}/bin
.if !defined(NOPORTDOCS)
diff --git a/net/glflow/distinfo b/net/glflow/distinfo
index 2fc1a8d330f0..e90c91be8462 100644
--- a/net/glflow/distinfo
+++ b/net/glflow/distinfo
@@ -1,2 +1,2 @@
-MD5 (glFlow-0.0.4.tar.gz) = 03f438f432d325440b17cb2dae94060c
-SIZE (glFlow-0.0.4.tar.gz) = 16874
+MD5 (glFlow-0.0.5.tar.gz) = e411ebd698a0432f3ef081e5ad5037a9
+SIZE (glFlow-0.0.5.tar.gz) = 94011
diff --git a/net/glflow/files/patch-Makefile b/net/glflow/files/patch-Makefile
deleted file mode 100644
index 5e6b4400081f..000000000000
--- a/net/glflow/files/patch-Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig Fri Aug 13 11:24:56 2004
-+++ Makefile Fri Aug 13 14:57:56 2004
-@@ -1,5 +1,5 @@
--CXX=c++
--CXXFLAGS=-O3 -pipe -include defs.h -D_USE_MD5
-+CXX?=c++
-+CXXFLAGS+=-include defs.h -D_USE_MD5
- #add -D_LINUX for compilation on Linux
- LDFLAGS=-lpcap -lcrypto
-