mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
- Stagify - Fix comment
This commit is contained in:
parent
d176b4146e
commit
cca73bef92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361141
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user