blob: f3094c2fd8c96332180fe5ef84fec73f3d8e94d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:43 jlam Exp $
#
DISTNAME= rtf2html
PKGNAME= rtf2html-1.1
CATEGORIES= converters
MASTER_SITES= http://www.45.free.net/~vitus/ice/misc/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.45.free.net/~vitus/ice/catdoc/
COMMENT= Rich Text to HTML file converter
BUILD_TARGET= rtf2html
MAKE_FLAGS+= CFLAGS="${CFLAGS}"
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rtf2html ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"
|