freebsd-ports/net/serveez/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

41 lines
914 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= 1
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
USE_AUTOTOOLS= libtool:15
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
INSTALLS_SHLIB= yes
USE_REINPLACE= 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>