mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
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>
This commit is contained in:
parent
6304bfd8fb
commit
842a792ec7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141841
@ -216,6 +216,7 @@
|
||||
SUBDIR += xbae
|
||||
SUBDIR += xclasses
|
||||
SUBDIR += xforms
|
||||
SUBDIR += xforms-i18n
|
||||
SUBDIR += xg
|
||||
SUBDIR += xmhtml
|
||||
SUBDIR += xview
|
||||
|
17
x11-toolkits/xforms-i18n/Makefile
Normal file
17
x11-toolkits/xforms-i18n/Makefile
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user