2000-07-23 21:10:01 +02:00
|
|
|
# ex:ts=8
|
2000-02-29 21:10:16 +01:00
|
|
|
# ports collection makefile for: cproto
|
|
|
|
# Date created: 2000 Feb. 13
|
|
|
|
# Whom: Abel Chow <abel_chow@yahoo.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= cproto
|
2010-10-05 05:03:30 +02:00
|
|
|
PORTVERSION= 4.7i
|
2000-02-29 21:10:16 +01:00
|
|
|
CATEGORIES= devel
|
2004-03-10 15:14:05 +01:00
|
|
|
MASTER_SITES= ftp://invisible-island.net/cproto/
|
2008-01-03 22:03:24 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2004-03-10 15:14:05 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-02-29 21:10:16 +01:00
|
|
|
|
2005-12-08 14:53:45 +01:00
|
|
|
MAINTAINER= thomas@bsdunix.ch
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Generate C function prototypes and convert function definitions
|
2000-02-29 21:10:16 +01:00
|
|
|
|
2004-03-10 15:14:05 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-12-08 14:53:45 +01:00
|
|
|
|
2000-02-29 21:10:16 +01:00
|
|
|
MAN1= cproto.1
|
2004-03-10 15:14:05 +01:00
|
|
|
PLIST_FILES= bin/cproto
|
2000-02-29 21:10:16 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|