From owner-svn-ports-head@freebsd.org Sat Oct 17 18:08:09 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21C69A176E6; Sat, 17 Oct 2015 18:08:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0170D3B; Sat, 17 Oct 2015 18:08:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HI87il029025; Sat, 17 Oct 2015 18:08:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HI87Nm029024; Sat, 17 Oct 2015 18:08:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510171808.t9HI87Nm029024@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:08:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399562 - head/mail/libpst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:08:09 -0000 Author: sunpoet Date: Sat Oct 17 18:08:07 2015 New Revision: 399562 URL: https://svnweb.freebsd.org/changeset/ports/399562 Log: - Add LICENSE_FILE - Cleanup Makefile Modified: head/mail/libpst/Makefile Modified: head/mail/libpst/Makefile ============================================================================== --- head/mail/libpst/Makefile Sat Oct 17 18:08:02 2015 (r399561) +++ head/mail/libpst/Makefile Sat Oct 17 18:08:07 2015 (r399562) @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Tool for converting Outlook .pst files to mbox and other formats LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libgsf-1.so:${PORTSDIR}/devel/libgsf @@ -20,10 +21,8 @@ OPTIONS_SUB= yes PST2DII_DESC= Allow Summation Document Image Information output CONFIGURE_ARGS= --disable-python --enable-libpst-shared -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} USE_LDCONFIG= yes USES= gmake iconv libtool pathfix pkgconfig