freebsd-ports/devel/cproto/Makefile
Martin Wilke 4473a060d9 - Update to 4.7f
PR:		119242
Submitted by:	Thomas Vogt <thomas@bsdunix.ch> (maintainer)
2008-01-03 21:03:24 +00:00

26 lines
557 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.7f
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
DISTNAME= ${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= thomas@bsdunix.ch
COMMENT= Generate C function prototypes and convert function definitions
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cproto.1
PLIST_FILES= bin/cproto
.include <bsd.port.mk>