svn commit: r386049 - head/ftp/bareftp
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 11 05:21:16 UTC 2015
Author: amdmi3
Date: Mon May 11 05:21:15 2015
New Revision: 386049
URL: https://svnweb.freebsd.org/changeset/ports/386049
Log:
- Add LICENSE
- Strip library
Modified:
head/ftp/bareftp/Makefile
Modified: head/ftp/bareftp/Makefile
==============================================================================
--- head/ftp/bareftp/Makefile Mon May 11 05:12:15 2015 (r386048)
+++ head/ftp/bareftp/Makefile Mon May 11 05:21:15 2015 (r386049)
@@ -3,17 +3,22 @@
PORTNAME= bareftp
PORTVERSION= 0.3.11
+PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://www.bareftp.org/release/
MAINTAINER= ports at 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
More information about the svn-ports-head
mailing list