mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
19 lines
326 B
Makefile
19 lines
326 B
Makefile
# 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= http://www.vex.net/~cthuang/cproto/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAN1= cproto.1
|
|
|
|
.include <bsd.port.mk>
|