diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-09-02 14:09:09 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-09-02 14:09:09 +0000 |
commit | b2ee8caa6e2ba5618e90526e40fd5421b622c51d (patch) | |
tree | 09d8de20fd3a7767f287300943fc6cd4bad829dc /net | |
parent | 01b7b61dc9605600b59720a0deddcca5667aecf5 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/glflow/Makefile | 5 | ||||
-rw-r--r-- | net/glflow/distinfo | 4 | ||||
-rw-r--r-- | net/glflow/files/patch-Makefile | 10 |
3 files changed, 6 insertions, 13 deletions
diff --git a/net/glflow/Makefile b/net/glflow/Makefile index 46f192389c78..e82f2591f455 100644 --- a/net/glflow/Makefile +++ b/net/glflow/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glflow -PORTVERSION= 0.0.4 +PORTVERSION= 0.0.5 PORTEPOCH= 1 CATEGORIES= net security MASTER_SITES= http://night.rdslink.ro/dudu/glflow/ @@ -19,6 +19,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 - |