mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a932bf7230
Added more predefined typedefs More predefined typedefs were added: blkcnt_t, blksize_t, clockid_t, clock_t, dev_t, errno_t, FILE, fpos_t, gid_t, in_addr_t, ino_t, in_port_t, mbstate_t, mode_t, nlink_t, off_t, pid_t, rlim_t, rsize_t, sa_family_t, socklen_t, suseconds_t, time_t, uid_t, useconds_t, and wint_t.
28 lines
520 B
Makefile
28 lines
520 B
Makefile
# Created by: David O'Brien (obrien@NUXI.com)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cdecl
|
|
PORTVERSION= 4.7
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= ler@FreeBSD.org
|
|
COMMENT= Explains complicated C/C++ declarations in plain English
|
|
|
|
LICENSE= GPLv3
|
|
|
|
BUILD_DEPENDS= flex:textproc/flex
|
|
|
|
CONFLICTS= cutils-[0-9]*
|
|
|
|
USES= autoreconf bison ncurses readline
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= paul-j-lucas
|
|
|
|
GNU_CONFIGURE= yes
|
|
PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz
|
|
|
|
.include <bsd.port.mk>
|