View | Details | Raw Unified | Return to bug 161602
Collapse All | Expand All

(-)devel/gengetopt/Makefile (-2 / +8 lines)
Lines 7-25 Link Here
7
#
7
#
8
8
9
PORTNAME=	gengetopt
9
PORTNAME=	gengetopt
10
PORTVERSION=	2.22.4
10
PORTVERSION=	2.22.5
11
CATEGORIES=	devel
11
CATEGORIES=	devel
12
MASTER_SITES=	GNU
12
MASTER_SITES=	GNU
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A tool for generating a C function which parses command line arguments
15
COMMENT=	A tool for generating a C function which parses command line arguments
16
16
17
MAKE_JOBS_UNSAFE=	yes
17
LICENSE=	GPLv3
18
LICENSE_FILE=	${WRKSRC}/COPYING
18
19
19
INSTALL_WRKSRC=	${WRKSRC}/src
20
INSTALL_WRKSRC=	${WRKSRC}/src
20
21
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
MAKE_JOBS_UNSAFE=yes
25
26
CFLAGS=		-D_GL_SYSTEM_GETOPT
23
27
24
MAN1=		gengetopt.1
28
MAN1=		gengetopt.1
25
INFO=		gengetopt
29
INFO=		gengetopt
Lines 35-42 Link Here
35
		main1.cc main2.c sample1.ggo sample2.ggo
39
		main1.cc main2.c sample1.ggo sample2.ggo
36
TESTS_EXAMPLES=	test_manual_help.c test_manual_help_cmd.c \
40
TESTS_EXAMPLES=	test_manual_help.c test_manual_help_cmd.c \
37
		test_manual_help_cmd.ggo test_manual_help_cmd.h
41
		test_manual_help_cmd.ggo test_manual_help_cmd.h
42
38
pre-install:
43
pre-install:
39
	@${CHMOD} +x ${WRKSRC}/build-aux/install-sh
44
	@${CHMOD} +x ${WRKSRC}/build-aux/install-sh
45
40
post-install:
46
post-install:
41
	${INSTALL_MAN} ${WRKSRC}/doc/gengetopt.1 ${MANPREFIX}/man/man1
47
	${INSTALL_MAN} ${WRKSRC}/doc/gengetopt.1 ${MANPREFIX}/man/man1
42
	${INSTALL_DATA} ${WRKSRC}/doc/gengetopt.info ${PREFIX}/${INFO_PATH}
48
	${INSTALL_DATA} ${WRKSRC}/doc/gengetopt.info ${PREFIX}/${INFO_PATH}
(-)devel/gengetopt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (gengetopt-2.22.4.tar.gz) = 4edf6b24ec8085929c86835c51d5bf904052cc671530c15f9314d9b87fe54421
1
SHA256 (gengetopt-2.22.5.tar.gz) = 3b6fb3240352b0eb0c5b8583b58b62cbba58167cef5a7e82fa08a7f968ed2137
2
SIZE (gengetopt-2.22.4.tar.gz) = 985039
2
SIZE (gengetopt-2.22.5.tar.gz) = 1030950

Return to bug 161602