20 lines
387 B
Makefile
20 lines
387 B
Makefile
# New ports collection makefile for: fox-xunicode
|
|
# Date created: 24 February 2001
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../fox
|
|
|
|
PORTVERSION= 0.99.174
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= FOX with Unicode support
|
|
|
|
WITH_XUNICODE= yes
|
|
|
|
BROKEN= Does not work with latest fox version
|
|
|
|
.include "${MASTERDIR}/Makefile"
|