diff options
Diffstat (limited to 'misc/ari-yahoo/Makefile')
-rw-r--r-- | misc/ari-yahoo/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/ari-yahoo/Makefile b/misc/ari-yahoo/Makefile new file mode 100644 index 000000000000..c0b692115e42 --- /dev/null +++ b/misc/ari-yahoo/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: ari-yahoo +# Date created: 15 November 2000 +# Whom: George Reid <greid@ukug.uk.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= ari-yahoo +PORTVERSION= 1.4.1 +CATEGORIES= misc +MASTER_SITES= http://lusis.org/~ari/yahoo/ + +MAINTAINER= greid@ukug.uk.freebsd.org + +HAS_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> |