blob: b239cfa5d7347b6b853e62126846f9b399793faf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
|