diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-30 17:02:15 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-30 17:02:15 +0000 |
commit | a3128f0346b47b467a1d5ec217ca98ece1aabcd1 (patch) | |
tree | c0c390a2b4ac88d2105285a964fefa8d31edf41d /textproc/html2fo/Makefile | |
parent | 86392a202ce39b9b10209e2291c71c993f8a1dbd (diff) |
Notes
Diffstat (limited to 'textproc/html2fo/Makefile')
-rw-r--r-- | textproc/html2fo/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/textproc/html2fo/Makefile b/textproc/html2fo/Makefile new file mode 100644 index 000000000000..eca374d4245a --- /dev/null +++ b/textproc/html2fo/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# New ports collection makefile for: html2fo +# Date created: Jul 30, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= html2fo +PORTVERSION= 0.3 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; \ + s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/html2fo ${PREFIX}/bin + +.include <bsd.port.mk> |