diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-09-03 23:03:36 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-09-03 23:03:36 +0800 |
commit | 71357890501bcaf52aeb7bd86dd1358fafdaa530 (patch) | |
tree | 64d553238b1725b78e7687584cb4d9f9f79626ea /x11-toolkits/xforms-i18n | |
parent | 8aa16c41f83485a2d8c6eadca966120ba80e0ea0 (diff) | |
download | freebsd-ports-graphics-71357890501bcaf52aeb7bd86dd1358fafdaa530.tar.gz freebsd-ports-graphics-71357890501bcaf52aeb7bd86dd1358fafdaa530.tar.zst freebsd-ports-graphics-71357890501bcaf52aeb7bd86dd1358fafdaa530.zip |
Add xforms-i18n. This is a slave port to allow other ports to depend
on xforms with I18N capabilities.
PR: ports/82191
Submitted by: Koji Yokota <yokota@res.otaru-uc.ac.jp>
Diffstat (limited to 'x11-toolkits/xforms-i18n')
-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" |