svn commit: r399562 - head/mail/libpst
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Oct 17 18:08:09 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list