| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/devel/gindent/ |
Upload File : |
PORTNAME= gindent
DISTVERSION= 2.2.12
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNU/indent
DISTNAME= indent-${DISTVERSION}
MAINTAINER= moritz@schmi.tt
COMMENT= C source code reformatter
WWW= https://www.gnu.org/software/indent/indent.html
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= groff:run localbase:ldflags makeinfo
INFO= indent
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --htmldir=${DOCSDIR}
CPPFLAGS+= -DBERKELEY_DEFAULTS=1
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_DESC= Native Language Support via gettext utilities
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${GREP} -lR "malloc\.h" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
.include <bsd.port.mk>