Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 18:08:07 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399562 - head/mail/libpst
Message-ID:  <201510171808.t9HI87Nm029024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171808.t9HI87Nm029024>