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

(-)net/serveez/Makefile (-4 / +11 lines)
Lines 16-23 Link Here
16
16
17
MAINTAINER=	ports@FreeBSD.org
17
MAINTAINER=	ports@FreeBSD.org
18
18
19
LIB_DEPENDS=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
19
LIB_DEPENDS=	guile.10:${PORTSDIR}/lang/guile
20
		guile.10:${PORTSDIR}/lang/guile
21
.if !exists(/usr/bin/bzip2)
20
.if !exists(/usr/bin/bzip2)
22
LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
21
LIB_DEPENDS+=	bz2.1:${PORTSDIR}/archivers/bzip2
23
.endif
22
.endif
Lines 27-36 Link Here
27
USE_GMAKE=	yes
26
USE_GMAKE=	yes
28
USE_LIBTOOL=	yes
27
USE_LIBTOOL=	yes
29
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
28
LIBTOOLFLAGS=	--disable-ltlibs --release-ignore
30
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include `${GUILE_CONFIG} compile`" \
29
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
31
		LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt `${GUILE_CONFIG} link`"
32
INSTALLS_SHLIB=	yes
30
INSTALLS_SHLIB=	yes
33
31
34
MAN1=	serveez.1
32
MAN1=	serveez.1
33
34
CPPFLAGS=	`${GUILE_CONFIG} compile`
35
LDFLAGS=	`${GUILE_CONFIG} link`
36
37
.if !exists(/usr/include/getopt.h)
38
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
39
CPPFLAGS+=	-I${LOCALBASE}/include
40
LDFLAGS+=	-L${LOCALBASE}/lib -lgnugetopt
41
.endif
35
42
36
.include <bsd.port.mk>
43
.include <bsd.port.mk>

Return to bug 47749