freebsd-ports/editors/yudit/Makefile
Joseph Koshy a00e77567c Fetch the .tar.gz files for this port since the .tar.bz2 distributions
are not mirrored widely.

Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
2004-02-04 02:26:16 +00:00

30 lines
697 B
Makefile

# New ports collection makefile for: yudit
# Date created: October 3, 1998
# Whom: rch@richard.eu.org
#
# $FreeBSD$
#
PORTNAME= yudit
PORTVERSION= 2.7.6
CATEGORIES= editors converters print
MASTER_SITES= http://yudit.org/download/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= jkoshy@freebsd.org
COMMENT= Multi-lingual unicode text editor with TTF support
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext-old
USE_XLIB= YES
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LDFLAGS="-L${X11BASE}/lib" \
LC_ALL=
GNU_CONFIGURE= YES
MAKE_ENV= LC_ALL=
MAN1= mytool.1 uniconv.1 uniprint.1
USE_GMAKE= YES
.include <bsd.port.mk>