blob: 533a022145dd68f08c3e6d5846e7fc9e1bacfe2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.2 2001/02/17 17:37:42 wiz Exp $
# FreeBSD Id: ports/misc/rtfm/Makefile,v 1.10 2001/01/16 17:31:43 sobomax Exp
DISTNAME= rtfm-1.0
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
ftp://ftp.pl.freebsd.org/pub/FreeBSD/ports/distfiles/
MAINTAINER= zuntum@eik.pl
COMMENT= NetBSD documentation and GNU Texinfo files search mechanism
.include "../../mk/bsd.pkg.mk"
|