freebsd-ports/net-im/gale/Makefile
Pete Fritchman ef063e6018 It is important to run aclocal before the build to ensure that a fix
for a buggy autoconf macro is included, so add USE_AUTOMAKE_VER and
USE_LIBTOOL (in this case, we need the libtool automake macro
AM_PROG_LIBTOOL).

PR:		36347
Submitted by:	maintainer
2002-03-27 00:34:17 +00:00

38 lines
937 B
Makefile

# New ports collection makefile for: gale
# Date created: 14 July 2000
# Whom: Peter Haight <peterh@sapros.com>
#
# $FreeBSD$
#
PORTNAME= gale
PORTVERSION= 0.99e
CATEGORIES= net
MASTER_SITES= http://download.ofb.net/gale/
DISTNAME= ${PORTNAME}-${PORTVERSION}gg
MAINTAINER= peterh@sapros.com
BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
adns.1:${PORTSDIR}/net/adns
USE_OPENSSL= yes
USE_AUTOCONF_VER=213
USE_AUTOMAKE_VER=14
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
-I${LOCALBASE}/include/w3c-libwww
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
pre-configure:
cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>