From 25b1f1aaf9cdf70c7f7a9cdcd1948214b34280a0 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 11 May 2015 05:21:15 +0000 Subject: - Add LICENSE - Strip library --- ftp/bareftp/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftp/bareftp') 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 -- cgit v1.2.3