freebsd-ports/textproc/rtf2html/Makefile

28 lines
532 B
Makefile
Raw Normal View History

2013-03-08 15:00:30 +01:00
# 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
2013-03-08 15:00:30 +01:00
COMMENT= Simple rtf2html converter
LICENSE= BSD2CLAUSE
CONFLICTS_INSTALL= p5-RTF-Parser-[0-9]*
PLIST_FILES= bin/rtf2html
2008-03-27 20:27:34 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
2013-10-22 23:51:59 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>