summaryrefslogtreecommitdiff
path: root/net/serveez/Makefile
blob: a572f4f2e838ad7c6502720be4f52bd663f4edeb (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
33
34
35
36
37
38
# ex:ts=8
# Ports collection makefile for:	serveez
# Date created:			May 16, 2002
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	serveez
PORTVERSION=	0.1.5
PORTREVISION=	7
CATEGORIES=	net devel
MASTER_SITES=	GNU

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A server framework

LIB_DEPENDS=	guile.21:${PORTSDIR}/lang/guile

GUILE_CONFIG?=	${LOCALBASE}/bin/guile-config

USE_AUTOTOOLS=	libtool
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_LDCONFIG=	yes

MAN1=	serveez.1 serveez-config.1
INFO=	serveez serveez-api

CPPFLAGS=	`${GUILE_CONFIG} compile`
LDFLAGS=	`${GUILE_CONFIG} link`

post-patch:
	@${REINPLACE_CMD} -e 's|-release||g' \
		${WRKSRC}/src/libserveez/Makefile.in

.include <bsd.port.mk>