blob: 5ebb0e7475c159e98f0e7e741373177c59c2d64d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: whichman
# Date created: 6 June 2000
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= whichman
PORTVERSION= 2.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
http://www.linuxfocus.org/~guido.socher/
MASTER_SITE_SUBDIR= apps/doctools
MAINTAINER= ports@FreeBSD.org
MAN1= whichman.1 ftff.1 ftwhich.1
.include <bsd.port.mk>
|