freebsd-ports/textproc/rtf2html/Makefile
Emanuel Haupt 26ae04a58f - Update master site
- Remove WWW, project page disappeared

Notified by:	fenner mail
2005-12-21 10:28:52 +00:00

28 lines
605 B
Makefile

# New ports collection makefile for: rtf2html
# Date created: 6 Jul 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= rtf2html
DISTVERSION= 1.1b
CATEGORIES= textproc
MASTER_SITES= http://critical.ch/distfiles/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= ehaupt
DISTNAME= ${PORTNAME}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A simple rtf2html converter
CFLAGS+= -Wall -Werror
PLIST_FILES= bin/rtf2html
do-build:
${CC} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c -o ${WRKSRC}/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>