Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 14:35:34 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368465 - head/devel/libmaa
Message-ID:  <201409181435.s8IEZZOm070082@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 14:35:34 2014
New Revision: 368465
URL: http://svnweb.freebsd.org/changeset/ports/368465
QAT: https://qat.redports.org/buildarchive/r368465/

Log:
  - Switch to USES=libtool:build
  - Don't include bsd.port.options.mk

Modified:
  head/devel/libmaa/Makefile

Modified: head/devel/libmaa/Makefile
==============================================================================
--- head/devel/libmaa/Makefile	Thu Sep 18 14:07:17 2014	(r368464)
+++ head/devel/libmaa/Makefile	Thu Sep 18 14:35:34 2014	(r368465)
@@ -17,12 +17,11 @@ LICENSE=	LGPL20
 OPTIONS_DEFINE=	DOCS
 
 ALL_TARGET=	lib
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib
-USE_AUTOTOOLS=	libtoolize
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		gmake libtool
+USES=		gmake libtool:build
 
 DOCS=		README doc/libmaa.600dpi.ps
 PLIST_FILES=	include/maa.h \
@@ -31,12 +30,8 @@ PLIST_FILES=	include/maa.h \
 		lib/libmaa.so.3
 PORTDOCS=	${DOCS:T}
 
-.include <bsd.port.options.mk>
-
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
 	cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/
-.endif
 
 .include <bsd.port.mk>



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