mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5a6982cb89
PR: ports/154454 Submitted by: maintainer Approved by: wxs@ and pgollucci@ (mentor implicit) Feature safe: yes
24 lines
453 B
Makefile
24 lines
453 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.7j
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://invisible-island.net/cproto/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
|
COMMENT= Generate C function prototypes and convert function definitions
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= cproto.1
|
|
PLIST_FILES= bin/cproto
|
|
|
|
.include <bsd.port.mk>
|