mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
21 lines
518 B
Makefile
21 lines
518 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= ftp://sunsite.unc.edu/pub/Linux/apps/doctools/ \
|
||
|
http://www.metalab.unc.edu/pub/Linux/apps/doctools/ \
|
||
|
http://www.linuxfocus.org/~guido.socher/ \
|
||
|
http://linuxberg.concepts.nl/files/console/system/
|
||
|
|
||
|
MAINTAINER= leeym@cae.ce.ntu.edu.tw
|
||
|
|
||
|
MAN1= whichman.1 ftff.1 ftwhich.1
|
||
|
|
||
|
.include <bsd.port.mk>
|