diff options
Diffstat (limited to 'x11-toolkits/xforms-i18n/Makefile')
-rw-r--r-- | x11-toolkits/xforms-i18n/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-toolkits/xforms-i18n/Makefile b/x11-toolkits/xforms-i18n/Makefile new file mode 100644 index 00000000000..b239cfa5d73 --- /dev/null +++ b/x11-toolkits/xforms-i18n/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: xforms-i18n +# Date created: 7 June 2005 +# Whom: Koji Yokota <yokota@res.otaru-uc.ac.jp> +# +# $FreeBSD$ +# + +COMMENT?= A graphical user interface toolkit for X Window System, with I18N capabilities + +MAINTAINER= yokota@res.otaru-uc.ac.jp + +WITH_I18N= yes +CONFLICTS= xforms-[0-9]* + +MASTERDIR= ${.CURDIR}/../xforms + +.include "${MASTERDIR}/Makefile" |