mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19 lines
407 B
Makefile
19 lines
407 B
Makefile
# New ports collection makefile for: info2html
|
|
# Version required: 1.1
|
|
# Date created: 9 October 1997
|
|
# Whom: wosch
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/10/10 13:37:50 wosch Exp $
|
|
#
|
|
|
|
DISTNAME= info2html-1.1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.freebsd.org/~wosch/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
MAN1= info2html.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|