- Add LICENSE

- Drop unneeded WX_UNICODE
- Simplify installation
- Regenerate patches with `make makepatch`
This commit is contained in:
Dmitry Marakasov 2016-08-17 11:46:12 +00:00
parent 669b24a7e5
commit 337ff753c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420335
3 changed files with 6 additions and 7 deletions

View file

@ -10,11 +10,12 @@ MASTER_SITES= SF/${PORTNAME}/OldFiles
MAINTAINER= ports@FreeBSD.org
COMMENT= HTTP/FTP downloader with a nice GUI
LICENSE= GPLv2+
WRKSRC_SUBDIR= src
USES= alias dos2unix
USE_WX= 2.8
WX_UNICODE= yes
MAKEFILE= makefile
ALL_TARGET= MultiGet
@ -35,9 +36,7 @@ post-patch:
${WRKSRC}/${MAKEFILE}
do-install:
(cd ${WRKSRC} && ${INSTALL_PROGRAM} MultiGet \
${STAGEDIR}${PREFIX}/bin/${PORTNAME})
(cd ${WRKSRC}/.. && ${INSTALL_DATA} MultiGet.png \
${STAGEDIR}${PREFIX}/share/pixmaps)
${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/../MultiGet.png ${STAGEDIR}${PREFIX}/share/pixmaps
.include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
--- common.h.orig 2015-10-04 16:03:02 UTC
--- common.h.orig 2016-08-15 13:26:19 UTC
+++ common.h
@@ -24,6 +24,8 @@
#ifndef _COMMON_H

View file

@ -1,4 +1,4 @@
--- mgftpbase.cpp.orig
--- mgftpbase.cpp.orig 2016-08-15 13:26:19 UTC
+++ mgftpbase.cpp
@@ -22,6 +22,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.