freebsd-ports/net/serveez/Makefile
Cheng-Lung Sung 147fdee482 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include misc/ multimedia/ net/ net-mgmt/ net-im/
  net-p2p/ palm/ print/ science/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:56:24 +00:00

40 lines
886 B
Makefile

# ex:ts=8
# Ports collection makefile for: serveez
# Date created: May 16, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= serveez
PORTVERSION= 0.1.5
PORTREVISION= 2
CATEGORIES= net devel
MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/serveez/ \
http://www.textsure.net/~ela/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A server framework
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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>