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

(-)netrik/Makefile (-6 / +2 lines)
Lines 8-14 Link Here
8
#
8
#
9
9
10
PORTNAME=	netrik
10
PORTNAME=	netrik
11
PORTVERSION=	1.8.0
11
PORTVERSION=	1.9.0
12
CATEGORIES=	www
12
CATEGORIES=	www
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 19-24 Link Here
19
RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
19
RUN_DEPENDS=	wget:${PORTSDIR}/ftp/wget
20
20
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_GETOPT_LONG=yes
22
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
23
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
25
Lines 27-37 Link Here
27
28
28
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
29
30
30
.if ${OSVERSION} < 500000
31
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
32
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
33
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
34
.endif
35
.if ${OSVERSION} < 400000
31
.if ${OSVERSION} < 400000
36
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
32
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
37
.endif
33
.endif
(-)netrik/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (netrik-1.8.0.tar.gz) = 5c0575272cf68456b932b72349e1d501
1
MD5 (netrik-1.9.0.tar.gz) = 783fe50b27db87abdccb8244027b0b0c

Return to bug 51432