diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:35:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:35:35 +0800 |
commit | 64c6f64c77b65363934e7187fe526a07c7ea14a2 (patch) | |
tree | 8b6f9821b1084b798e2cd9f40cba3b8456cc6774 /math | |
parent | c0dfe266b6cdb135046bc3318c41e490727e285a (diff) | |
download | freebsd-ports-gnome-64c6f64c77b65363934e7187fe526a07c7ea14a2.tar.gz freebsd-ports-gnome-64c6f64c77b65363934e7187fe526a07c7ea14a2.tar.zst freebsd-ports-gnome-64c6f64c77b65363934e7187fe526a07c7ea14a2.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
Diffstat (limited to 'math')
-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: |