1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/editors/yudit/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

31 lines
677 B
Makefile

# New ports collection makefile for: yudit
# Date created: October 3, 1998
# Whom: rch@richard.eu.org
#
# $FreeBSD$
#
PORTNAME= yudit
PORTVERSION= 2.8.1
PORTREVISION= 1
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
USE_XLIB= YES
USE_GETTEXT= 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>