freebsd-ports/textproc/rtf2html/Makefile

23 lines
453 B
Makefile

# Created by: Emanuel Haupt <ehaupt@critical.ch>
# $FreeBSD$
PORTNAME= rtf2html
DISTVERSION= 1.1b
CATEGORIES= textproc
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Simple rtf2html converter
PLIST_FILES= bin/rtf2html
WRKSRC= ${WRKDIR}/${PORTNAME}
NO_STAGE= yes
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>