1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/rtf2html/Makefile
2021-04-06 16:31:07 +02:00

27 lines
520 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
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>