summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-11 05:21:15 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-11 05:21:15 +0000
commitd3b64fad6cd556d88dd857be7b9e94509a039ea4 (patch)
tree805c378100303950f52e540ed059d11154f83438
parentd5994c538425d344fedabc555f21d751047ab85f (diff)
downloadFreeBSD-ports-d3b64fad6cd556d88dd857be7b9e94509a039ea4.zip
FreeBSD-ports-d3b64fad6cd556d88dd857be7b9e94509a039ea4.tar.gz
- Add LICENSE
- Strip library
-rw-r--r--ftp/bareftp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftp/bareftp/Makefile b/ftp/bareftp/Makefile
index 730a5bd..24b7003 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
OpenPOWER on IntegriCloud