aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/multiget/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/multiget/Makefile')
-rw-r--r--ftp/multiget/Makefile14
1 files changed, 3 insertions, 11 deletions
diff --git a/ftp/multiget/Makefile b/ftp/multiget/Makefile
index 4daf3b264eec..4da57e349a9e 100644
--- a/ftp/multiget/Makefile
+++ b/ftp/multiget/Makefile
@@ -6,14 +6,14 @@
#
PORTNAME= multiget
-PORTVERSION= 1.1
+PORTVERSION= 1.1.3
CATEGORIES= ftp www
MASTER_SITES= SF
MAINTAINER= alepulver@FreeBSD.org
COMMENT= An http/ftp downloader with a nice GUI
-USE_WX= 2.6
+USE_WX= 2.6+
MAKEFILE= makefile
ALL_TARGET= MultiGet
WRKSRC= ${WRKDIR}/${DISTNAME}/src
@@ -26,16 +26,8 @@ post-patch:
s|\(CFLAGS\) =|\1 +=|; \
s|wx-config|${WX_CONFIG}|' \
${WRKSRC}/${MAKEFILE}
-# @${REINPLACE_CMD} -Ee 's,(fopen|ftruncate)64,\1,' \
-# ${WRKSRC}/mgfilemanager.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${PREFIX}/bin/${PORTNAME}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-IGNORE= does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>