298c88b4f9
o Satisfy portlint PR: 23919
21 lines
354 B
Makefile
21 lines
354 B
Makefile
# ex:ts=8
|
|
# ports collection makefile for: cproto
|
|
# Date created: 2000 Feb. 13
|
|
# Whom: Abel Chow <abel_chow@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cproto
|
|
PORTVERSION= 4.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= cproto
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAN1= cproto.1
|
|
|
|
.include <bsd.port.mk>
|