From 117ca5f5a175d3f502d5a877725f6a4d7fd14ed5 Mon Sep 17 00:00:00 2001 From: vs Date: Wed, 5 Oct 2005 14:18:32 +0000 Subject: Use less patches by virtue of MAKE_ARGS and USE_LIBTOOL. USE_GCC=3.3+ and nuke static lib while here. --- devel/zthread/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'devel/zthread/Makefile') diff --git a/devel/zthread/Makefile b/devel/zthread/Makefile index cc3fefba2589..1411195c7fff 100644 --- a/devel/zthread/Makefile +++ b/devel/zthread/Makefile @@ -15,9 +15,12 @@ DISTNAME= ZThread-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A platform-independent object-oriented C++ threading library +USE_INC_LIBTOOL_VER=15 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-ftime +CONFIGURE_ARGS= --without-ftime --disable-static USE_GMAKE= yes +MAKE_ARGS+= INSTALL_PROGRAM="${INSTALL_SCRIPT}" +MAKE_ENV+= SED=sed # req'd for LIBTOOL?! INSTALLS_SHLIB= yes .if !defined(NOPORTDOCS) @@ -27,12 +30,15 @@ PORTDOCS= * .include .if ${OSVERSION} < 500000 -USE_GCC= 3.3 +USE_GCC= 3.3+ .endif post-extract: @${FIND} ${WRKSRC} -name CVS -type d -delete +post-patch: + @${CP} ${LTMAIN} ${WRKSRC} + post-install: @${FIND} ${PREFIX}/include/zthread -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} -- cgit