Files
Larry Rosenman 5f9846d476 devel/cdecl: update to 18.4.1
readline.h & stdio.h fix
Compensating for the apparent fact that genuine GNU readline.h (wrongly) requires a manual #include <stdio.h>.
2024-09-08 21:06:04 -05:00

24 lines
455 B
Makefile

PORTNAME= cdecl
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 18.4.1
CATEGORIES= devel
MAINTAINER= ler@FreeBSD.org
COMMENT= Explains complicated C/C++ declarations in plain English
WWW= https://github.com/paul-j-lucas/cdecl/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= flex:textproc/flex
USES= autoreconf bison ncurses readline
USE_GITHUB= yes
GH_ACCOUNT= paul-j-lucas
GNU_CONFIGURE= yes
CONFLICTS= cutils
.include <bsd.port.mk>