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

(-)www/netrik/Makefile (-15 / +12 lines)
Lines 8-35 Link Here
8
#
8
#
9
9
10
PORTNAME=	netrik
10
PORTNAME=	netrik
11
PORTVERSION=	1.2.0
11
PORTVERSION=	1.2.1
12
PORTREVISION=	0
13
PORTEPOCH=	0
14
CATEGORIES=	www
12
CATEGORIES=	www
15
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
16
MASTER_SITE_SUBDIR=${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
17
15
18
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
19
17
20
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
21
22
CPPFLAGS=	-I${LOCALBASE}/include
23
LDFLAGS=	-Wl,-rpath,${LOCALBASE}/lib
24
LIBS=		-L${LOCALBASE}/lib -lgnugetopt
25
CONFIGURE_ENV+=	CPPFLAGS="${CPPLAGS}" LIBS="${LIBS}" #LDFLAGS="${LDFLAGS}"
26
27
USE_GMAKE=	yes
18
USE_GMAKE=	yes
28
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
CONFIGURE_ENV=	CPPFLAGS="${CPPLAGS}" LDFLAGS="${LDFLAGS}"
29
22
30
.include "${.CURDIR}/manpages.mk"
23
MAN1=		netrik.1
24
MAN5=		netrikrc.5
31
25
32
.include <bsd.port.pre.mk>
26
.if !exists(/usr/include/getopt.h)
33
.include <bsd.port.post.mk>
27
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
28
CPPFLAGS+=	-I${LOCALBASE}/include
29
LDFLAGS=	-L${LOCALBASE}/lib -lgnugetopt
30
.endif
34
31
35
#EOF
32
.include <bsd.port.mk>
(-)www/netrik/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (netrik-1.2.0.tar.gz) = 2fab1684a45934495a873d7389ce237f
1
MD5 (netrik-1.2.1.tar.gz) = 9bb324ea238718aaafe0789e74aa944a
(-)www/netrik/manpages.mk (-2 lines)
Lines 1-2 Link Here
1
MAN1+=		netrik.1
2
MAN5+=		netrikrc.5

Return to bug 47488