aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 05:21:15 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-11 05:21:15 +0000
commit25b1f1aaf9cdf70c7f7a9cdcd1948214b34280a0 (patch)
tree805c378100303950f52e540ed059d11154f83438 /ftp
parent7b8e101eea57927a052150bf1134786a6a5c5ea4 (diff)
downloadports-25b1f1aaf9cdf70c7f7a9cdcd1948214b34280a0.tar.gz
ports-25b1f1aaf9cdf70c7f7a9cdcd1948214b34280a0.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/bareftp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile
index 730a5bd6c3f9..24b70038eaa1 100644
--- a/ftp/bareftp/Makefile
+++ b/ftp/bareftp/Makefile
@@ -3,17 +3,22 @@
PORTNAME= bareftp
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.bareftp.org/release/
MAINTAINER= ports@FreeBSD.org
COMMENT= FTP client made in C sharp
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datarootdir="${PREFIX}/share" \
--libdir="${PREFIX}/lib" \
--localedir="${PREFIX}/share/locale" \
--includedir="${LOCALBASE}/include"
+INSTALL_TARGET= install-strip
INSTALLS_ICONS= yes
USES= cpe gettext gmake libtool pkgconfig