1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/editors/yudit/Makefile
Antoine Brodin 8fefcce467 - Stage support
- USES gmake
2014-01-07 20:42:47 +00:00

23 lines
439 B
Makefile

# Created by: rch@richard.eu.org
# $FreeBSD$
PORTNAME= yudit
PORTVERSION= 2.9.2
CATEGORIES= editors converters print
MASTER_SITES= http://yudit.org/download/ \
SUNSITE/apps/editors/X
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-lingual Unicode text editor with TTF support
CONFLICTS= netatalk-[0-9]*
USE_XORG= x11
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= LC_ALL=
MAKE_ENV= LC_ALL=
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>