blob: c6b98259d9a1c4ba1397406d15df2f405c88f4ee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
PORTNAME= getopt
PORTVERSION= 2.41.2
CATEGORIES= misc
MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${PORTVERSION:R}/
DISTNAME= util-linux-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Replacement for getopt(1) that supports GNU-style long options
WWW= https://github.com/util-linux/util-linux
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake pkgconfig shebangfix tar:xz
CONFIGURE_ARGS= --disable-asciidoc \
--disable-all-programs \
--disable-gtk-doc \
--disable-nls \
--disable-makeinstall-chown \
--disable-makeinstall-setuid \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
${CONFIGURE_ARGS_${ARCH}}
CONFIGURE_ARGS_i386= --disable-year2038
GNU_CONFIGURE= yes
SHEBANG_FILES= misc-utils/getopt-example.bash
OPTIONS_DEFINE= EXAMPLES
OPTIONS_SUB= yes
.include <bsd.port.mk>
|