blob: 4b135e0ff957197cbad10c71ea5ec40667331994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: c2man
# Date created: 2001-08-15
# Whom: bdluevel@heitec.net
#
# $FreeBSD$
#
PORTNAME= c2man
PORTVERSION= 2.0.42
CATEGORIES= devel
MASTER_SITES= ftp://ftp.research.canon.com.au/pub/misc/c2man/
DISTNAME= $(PORTNAME)-$(PORTVERSION:C/\.([0-9]*)$/@\1/)
MAINTAINER= bdluevel@heitec.net
COMMENT= Generates man pages from C sources
NO_WRKSUBDIR= yes
MAN1= c2man.1
.include <bsd.port.mk>
|