svn commit: r328755 - head/math/cloog

Danilo Egea Gondolfo danilo at FreeBSD.org
Sun Sep 29 23:21:43 UTC 2013


Author: danilo
Date: Sun Sep 29 23:21:42 2013
New Revision: 328755
URL: http://svnweb.freebsd.org/changeset/ports/328755

Log:
  - Add "Created by" line to header
  - Change maintainer email to @FreeBSD.org
  - Convert LIB_DEPENDS to new syntax
  - Add stage support
  
  Approved by:	wg (mentor)

Modified:
  head/math/cloog/Makefile

Modified: head/math/cloog/Makefile
==============================================================================
--- head/math/cloog/Makefile	Sun Sep 29 23:20:53 2013	(r328754)
+++ head/math/cloog/Makefile	Sun Sep 29 23:21:42 2013	(r328755)
@@ -1,3 +1,4 @@
+# Created by: Danilo Egea Gondolfo <danilo at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	cloog
@@ -5,22 +6,20 @@ PORTVERSION=	0.18.0
 CATEGORIES=	math
 MASTER_SITES=	http://www.bastoul.net/cloog/pages/download/
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Code generator in the polyhedral model
 
-LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
+LIB_DEPENDS=	libgmp.so:${PORTSDIR}/math/gmp
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--with-gmp-prefix=${PREFIX}
 CONFIGURE_ENV=	pkgconfig_libdir=${PREFIX}/libdata/pkgconfig/
 
-
-NO_STAGE=	yes
 post-install:
-	${LN} -s ${PREFIX}/lib/libcloog-isl.so.4 \
-		${PREFIX}/lib/libcloog-isl.so.0
-	${LN} -s ${PREFIX}/lib/libisl.so.11 \
-		${PREFIX}/lib/libisl.so.0
+	${LN} -s ${STAGEDIR}${PREFIX}/lib/libcloog-isl.so.4 \
+		${STAGEDIR}${PREFIX}/lib/libcloog-isl.so.0
+	${LN} -s ${STAGEDIR}${PREFIX}/lib/libisl.so.11 \
+		${STAGEDIR}${PREFIX}/lib/libisl.so.0
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list