1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/textproc/odt2txt/Makefile
Rong-En Fan db68be77b7 Add odt2txt 0.2, a simple (and stupid) converter from OpenDocument Text
to plain text.

PR:		ports/107606
Submitted by:	chinsan
2007-01-07 07:17:21 +00:00

27 lines
561 B
Makefile

# New ports collection makefile for: odt2txt
# Date created: 2007/01/06
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= odt2txt
PORTVERSION= 0.2
CATEGORIES= textproc
MASTER_SITES= http://stosberg.net/odt2txt/
MAINTAINER= chinsan@FreeBSD.org
COMMENT= A simple (and stupid) converter from OpenDocument Text to plain text
USE_GMAKE= yes
USE_ICONV= yes
CPPFLAGS+= -DICONV_CHAR="const char" -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/odt2txt
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>