1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/textproc/html2fo/Makefile

28 lines
520 B
Makefile
Raw Normal View History

2001-07-30 17:02:15 +00:00
# ex:ts=8
# New ports collection makefile for: html2fo
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= html2fo
2001-10-17 09:10:33 +00:00
PORTVERSION= 0.4.1
2001-07-30 17:02:15 +00:00
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= HTML to xsl:fo converter
2001-07-30 17:02:15 +00:00
USE_REINPLACE= yes
2001-07-30 17:02:15 +00:00
post-patch:
@${REINPLACE_CMD} -e "s,^CC,#CC,g ; \
2001-07-30 17:02:15 +00:00
s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${PREFIX}/bin
.include <bsd.port.mk>