1
0
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:
Sam Lawrance 2005-09-03 15:03:36 +00:00
parent 6304bfd8fb
commit 842a792ec7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141841
2 changed files with 18 additions and 0 deletions

View File

@ -216,6 +216,7 @@
SUBDIR += xbae
SUBDIR += xclasses
SUBDIR += xforms
SUBDIR += xforms-i18n
SUBDIR += xg
SUBDIR += xmhtml
SUBDIR += xview

View 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"