svn commit: r336413 - head/textproc/libwps
Baptiste Daroussin
bapt at FreeBSD.org
Sat Dec 14 01:06:36 UTC 2013
Author: bapt
Date: Sat Dec 14 01:06:35 2013
New Revision: 336413
URL: http://svnweb.freebsd.org/changeset/ports/336413
Log:
Support stage, use options helpers
Modified:
head/textproc/libwps/Makefile
Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile Sat Dec 14 01:03:12 2013 (r336412)
+++ head/textproc/libwps/Makefile Sat Dec 14 01:06:35 2013 (r336413)
@@ -13,25 +13,18 @@ LICENSE= LGPL21 MPL
LICENSE_COMB= dual
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS= wpd-0.9:${PORTSDIR}/textproc/libwpd
+LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
USE_AUTOTOOLS= libtool
-USES= pkgconfig
-USE_GNOME= gnomehack gnomeprefix ltverhack
+USES= pkgconfig pathfix
+USE_GNOME= gnomeprefix ltverhack
USE_LDCONFIG= yes
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
PORTDOCS= *
-.else
-CONFIGURE_ARGS+=--without-docs
-.endif
+DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
+DOCS_CONFIGURE_OFF= --without-docs
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list