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/glflow/Makefile | |
parent | 01b7b61dc9605600b59720a0deddcca5667aecf5 (diff) |
Notes
Diffstat (limited to 'net/glflow/Makefile')
-rw-r--r-- | net/glflow/Makefile | 5 |
1 files changed, 4 insertions, 1 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) |