1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Switch to USES=libtool, drop .la files

- Stagify
- Fix comment
This commit is contained in:
Dmitry Marakasov 2014-07-07 22:39:35 +00:00
parent d176b4146e
commit cca73bef92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361141
2 changed files with 5 additions and 8 deletions

View File

@ -3,11 +3,12 @@
PORTNAME= bareftp
PORTVERSION= 0.3.10
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.bareftp.org/release/
MAINTAINER= ports@FreeBSD.org
COMMENT= Ftp client made in C sharp
COMMENT= FTP client made in C sharp
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \
@ -16,18 +17,14 @@ CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \
--includedir="${LOCALBASE}/include"
INSTALLS_ICONS= yes
USES= gettext gmake pkgconfig
USES= gettext gmake libtool pkgconfig
USE_GNOME= gtksharp20 gnomesharp20
USE_LDCONFIG= yes
MAN1= bareftp.1
OPTIONS_DEFINE= GNOMEKEYRING NLS
OPTIONS_DEFAULT= GNOMEKEYRING
OPTIONS_DEFAULT=GNOMEKEYRING
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNOMEKEYRING}

View File

@ -1,6 +1,5 @@
bin/bareftp
lib/bareftp/libsftppty.a
lib/bareftp/libsftppty.la
lib/bareftp/libsftppty.so
libexec/bareftp/bareFTP.Common.Utils.dll
libexec/bareftp/bareFTP.Connection.dll
@ -15,6 +14,7 @@ libexec/bareftp/bareFTP.Protocol.Sftp.dll
libexec/bareftp/bareFTP.Protocol.dll
libexec/bareftp/bareFTP.SftpPty.dll
libexec/bareftp/bareftp.exe
man/man1/bareftp.1.gz
share/applications/bareftp.desktop
share/icons/hicolor/16x16/apps/bareftp.png
share/icons/hicolor/22x22/apps/bareftp.png