Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jan 2014 09:43:41 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340161 - head/graphics/leptonica
Message-ID:  <201401180943.s0I9hfbK081962@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Jan 18 09:43:41 2014
New Revision: 340161
URL: http://svnweb.freebsd.org/changeset/ports/340161
QAT: https://qat.redports.org/buildarchive/r340161/

Log:
  Support stage
  Remove useless .pre.mk/.post.mk
  modernize LIB_DEPENDS

Modified:
  head/graphics/leptonica/Makefile

Modified: head/graphics/leptonica/Makefile
==============================================================================
--- head/graphics/leptonica/Makefile	Sat Jan 18 09:37:49 2014	(r340160)
+++ head/graphics/leptonica/Makefile	Sat Jan 18 09:43:41 2014	(r340161)
@@ -10,11 +10,11 @@ MASTER_SITES=	GOOGLE_CODE
 MAINTAINER=	hiroto.kagotani@gmail.com
 COMMENT=	C library for efficient image processing and image analysis operations
 
-LIB_DEPENDS=	gif:${PORTSDIR}/graphics/giflib \
-		jpeg:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png \
-		tiff:${PORTSDIR}/graphics/tiff \
-		webp:${PORTSDIR}/graphics/webp
+LIB_DEPENDS=	libgif.so:${PORTSDIR}/graphics/giflib \
+		libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libtiff.so:${PORTSDIR}/graphics/tiff \
+		libwebp.so:${PORTSDIR}/graphics/webp
 
 CONFLICTS=	leptonlib-[0-9]*
 
@@ -23,9 +23,6 @@ USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 TESTS?=	generate compare
 .if defined(MAINTAINER_MODE) || defined(PACKAGE_BUILDING)
 BUILD_DEPENDS+=	${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot
@@ -43,7 +40,4 @@ check regression-test test: build
 	${WRKSRC}/prog/alltests_reg ${c}
 .endfor
 
-post-install:
-	${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



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