1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/textproc/lexxia/Makefile
Pav Lucistnik 3997ba8bbc - Mark BROKEN outside i386
Reported by:	pointyhat
2009-05-15 20:42:35 +00:00

29 lines
624 B
Makefile

# New ports collection makefile for: lexxia
# Date created: Mar 26 2009
# Whom: martin.dieringer@gmx.de
#
# $FreeBSD$
PORTNAME= lexxia
PORTVERSION= 0.901
CATEGORIES= textproc
MASTER_SITES= http://www.limpidsoft.com/downloads/linux-1,3,02/
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.3.02
MAINTAINER= martin.dieringer@gmx.de
COMMENT= A Multiformat Text Processor (XML, [X]HTML, LaTeX)
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
PLIST_FILES= bin/lexxia
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= does not compile: toString(long unsigned int) cannot be overloaded
.endif
.include <bsd.port.post.mk>