freebsd-ports/textproc/unrtf/Makefile
Rong-En Fan 5338ba1e6d - Update to 0.20.2
PR:		ports/100216
Submitted by:	chinsan <chinsan.tw gmail.com>
2006-07-13 23:25:14 +00:00

28 lines
649 B
Makefile

# New ports collection makefile for: unrtf
# Date created: 26 March 2002
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
PORTNAME= unrtf
PORTVERSION= 0.20.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A converter from RTF to several formats, including HTML and LaTeX
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
MAN1= unrtf.1
PLIST_FILES= bin/unrtf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/unrtf ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/unrtf.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>