diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:35:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:35:35 +0000 |
commit | 877e282dd37ac0c5368eb426c8cb258ece83faa2 (patch) | |
tree | 8b6f9821b1084b798e2cd9f40cba3b8456cc6774 | |
parent | 5c807bc8d55e4ff5f2882f01e5c9ea1dee25a205 (diff) |
Notes
-rw-r--r-- | math/GiNaC/Makefile | 10 | ||||
-rw-r--r-- | math/cln/Makefile | 10 | ||||
-rw-r--r-- | math/timbl/Makefile | 9 |
3 files changed, 6 insertions, 23 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 2f6a19b4aaa9..d03f62c02fba 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: GiNaC -# Date created: Mar 7, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= GiNaC PORTVERSION= 1.6.2 @@ -19,8 +14,7 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.6:${PORTSDIR}/math/cln USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= pkgconfig pathfix gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes diff --git a/math/cln/Makefile b/math/cln/Makefile index 03f223cb54c5..e19bf2e97009 100644 --- a/math/cln/Makefile +++ b/math/cln/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: cln -# Date created: Fab 11, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= cln PORTVERSION= 1.3.2 @@ -20,8 +15,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_AUTOTOOLS= libtool USE_BZIP2= yes -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gmp USE_LDCONFIG= yes diff --git a/math/timbl/Makefile b/math/timbl/Makefile index 469d8b209a14..8918bede88f4 100644 --- a/math/timbl/Makefile +++ b/math/timbl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: timbl -# Date created: 13 March 2008 -# Whom: Yuri Victorovich <yuri@tsoft.com> -# +# Created by: Yuri Victorovich <yuri@tsoft.com> # $FreeBSD$ -# PORTNAME= timbl PORTVERSION= 6.4.2 @@ -18,10 +14,9 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 MAN1= timbl.1 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes post-patch: |