mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
40 lines
825 B
Makefile
40 lines
825 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= 6
|
|
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.20:${PORTSDIR}/lang/guile
|
|
|
|
GUILE_CONFIG?= ${LOCALBASE}/bin/guile-config
|
|
|
|
USE_AUTOTOOLS= libtool:22
|
|
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>
|