diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:42:06 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:42:06 +0000 |
commit | 28c0990956c16ba57a0ff3ebf61f285285d56dca (patch) | |
tree | ba5472aefa5fca69848c5d2e2082fb52798e9fb4 /www/php4-mnogosearch | |
parent | ab4d9b8c50efcdff25e0460fb18e06f10c8230da (diff) | |
download | ports-28c0990956c16ba57a0ff3ebf61f285285d56dca.tar.gz ports-28c0990956c16ba57a0ff3ebf61f285285d56dca.zip |
Notes
Diffstat (limited to 'www/php4-mnogosearch')
-rw-r--r-- | www/php4-mnogosearch/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/php4-mnogosearch/Makefile b/www/php4-mnogosearch/Makefile new file mode 100644 index 000000000000..4baf10644ec5 --- /dev/null +++ b/www/php4-mnogosearch/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-mnogosearch +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= www + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -mnogosearch + +.include "${MASTERDIR}/Makefile" |