mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
08436d7800
PR: 19496 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# 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= 1.9
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://www.linuxfocus.org/~guido.socher/
|
|
MASTER_SITE_SUBDIR= apps/doctools
|
|
|
|
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
|
|
|
MAN1= whichman.1 ftff.1 ftwhich.1
|
|
|
|
.include <bsd.port.mk>
|