freebsd-ports/devel/cdecl/Makefile
Larry Rosenman 6299a3f6eb devel/cdecl: upgrade to 4.4.
Added C++ attribute specifier support
The C++ attrribute specifiers carries_dependency, deprecated, noreturn, maybe_unused, and nodiscard are now supported.
2017-10-26 19:53:12 +00:00

27 lines
520 B
Makefile

# Created by: David O'Brien (obrien@NUXI.com)
# $FreeBSD$
PORTNAME= cdecl
PORTVERSION= 4.4
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>