aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rtf2html/Makefile
blob: 576c10e5c4b6120c3a825ca089a9b95f5e853488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$

PORTNAME=   rtf2html
DISTVERSION=    1.1b
PORTREVISION=   1
CATEGORIES= textproc
MASTER_SITES=   LOCAL/ehaupt

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Simple rtf2html converter

LICENSE=    BSD2CLAUSE

CONFLICTS_INSTALL=  p5-RTF-Parser-[0-9]*

PLIST_FILES=    bin/rtf2html

WRKSRC=     ${WRKDIR}/${PORTNAME}

do-build:
    ${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>