freebsd-ports/textproc/html2fo/Makefile

25 lines
461 B
Makefile
Raw Normal View History

2001-07-30 13:02:15 -04:00
# ex:ts=8
# New ports collection makefile for: html2fo
# Date created: Jul 30, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= html2fo
2001-10-17 05:10:33 -04:00
PORTVERSION= 0.4.1
2001-07-30 13:02:15 -04:00
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>