# New ports collection makefile for: rtf2html # Date created: 6 Jul 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= rtf2html DISTVERSION= 1.1b CATEGORIES= textproc MASTER_SITES= http://critical.ch/distfiles/ \ http://energy.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 rg/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Include etc/devd in mtree, as referenced in devd.conf(5)pav2010-11-131-1/+3
| | | | | PR: ports/145598 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
* Add the new etc/man.d directory.gordon2010-10-051-1/+3
| | | | Approved by: portmgr (pav)