diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:17:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:17:01 +0000 |
commit | b3e2a3505ff62b1e0cf9873c44b2790c5daa79da (patch) | |
tree | a586a560e8a0f4e20707253f24d26d7714e66f57 | |
parent | 54c567917282508fe797d078b0872a27f44d44d5 (diff) |
Notes
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/php4-bcmath/Makefile | 14 | ||||
-rw-r--r-- | math/php4-gmp/Makefile | 14 | ||||
-rw-r--r-- | misc/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c48234a306e0..0a0678feb5c1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -161,6 +161,7 @@ SUBDIR += pari-devel SUBDIR += parmetis SUBDIR += php4-bcmath + SUBDIR += php4-gmp SUBDIR += physcalc SUBDIR += ploticus SUBDIR += ploticus-nox11 diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile new file mode 100644 index 000000000000..087e800245b4 --- /dev/null +++ b/math/php4-bcmath/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-bcmath +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/math/php4-gmp/Makefile b/math/php4-gmp/Makefile new file mode 100644 index 000000000000..1e1ce1033267 --- /dev/null +++ b/math/php4-gmp/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-gmp +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -gmp + +.include "${MASTERDIR}/Makefile" diff --git a/misc/Makefile b/misc/Makefile index 8e7377b9d6ed..4d153e6eb435 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -321,6 +321,7 @@ SUBDIR += pear-Services_Weather SUBDIR += peq SUBDIR += pg + SUBDIR += php4-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pointless |