freebsd-ports/devel/cproto/Makefile

28 lines
587 B
Makefile
Raw Normal View History

# ex:ts=8
# 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
PORTVERSION= 4.7c
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}
EXTRACT_SUFX= .tgz
2000-12-29 02:10:39 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Generate C function prototypes and convert function definitions
2005-11-15 05:47:42 +01:00
BROKEN= Size mismatch
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= cproto.1
PLIST_FILES= bin/cproto
.include <bsd.port.mk>