51464b8c30
Generates man pages from C sources PR: 29805 Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
21 lines
402 B
Makefile
21 lines
402 B
Makefile
# 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
|
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAN1= c2man.1
|
|
|
|
.include <bsd.port.mk>
|