freebsd-ports/devel/cproto/Makefile
Sunpoet Po-Chuan Hsieh c37d809b08 Use USES=tar:tgz
Approved by:	portmgr (blanket)
2017-01-08 20:43:50 +00:00

17 lines
370 B
Makefile

# Created by: Abel Chow <abel_chow@yahoo.com>
# $FreeBSD$
PORTNAME= cproto
PORTVERSION= 4.7k
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/cproto/
MAINTAINER= thomas@bsdunix.ch
COMMENT= Generate C function prototypes and convert function definitions
GNU_CONFIGURE= yes
USES= tar:tgz
PLIST_FILES= bin/cproto man/man1/cproto.1.gz
.include <bsd.port.mk>