Lexxia is a text content processor, based on the high-performance Limpid engine. The characteristics of Lexxia have evolved over three years, partly in response to requests from users, but the underlying Limpid engine (based on the W3C DOM) has been stable for over six years. WWW: http://www.limpidsoft.com/ PR: ports/133085 Submitted by: Martin Dieringer <martin.dieringer at gmx.de>
22 lines
485 B
Makefile
22 lines
485 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.mk>
|