diff options
Diffstat (limited to 'devel/gettext-old/Makefile')
-rw-r--r-- | devel/gettext-old/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile new file mode 100644 index 000000000000..e7687011ce83 --- /dev/null +++ b/devel/gettext-old/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: gettext +# Version required: 0.10 +# Date created: 16 March 1998 +# Whom: Yukihiro Nakai <Nakai@technologist.com> +# +# $Id$ +# + +DISTNAME= gettext-0.10 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= Nakai@technologist.com + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |