diff options
Diffstat (limited to 'devel/cproto/Makefile')
-rw-r--r-- | devel/cproto/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/cproto/Makefile b/devel/cproto/Makefile new file mode 100644 index 000000000000..e87eb39985dc --- /dev/null +++ b/devel/cproto/Makefile @@ -0,0 +1,18 @@ +# ports collection makefile for: cproto +# Version required: 4.6b +# Date created: 2000 Feb. 13 +# Whom: Abel Chow <abel_chow@yahoo.com> +# +# $FreeBSD$ +# + +DISTNAME= cproto-4.6 +CATEGORIES= devel +MASTER_SITES= http://www.vex.net/~cthuang/cproto/ + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= YES +MAN1= cproto.1 + +.include <bsd.port.mk> |