b2fd75e438
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
39 lines
973 B
Makefile
39 lines
973 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
|
|
COMMENT= A secure instant messaging system
|
|
|
|
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 ${LIBTOOL_SHAREDIR}/libltdl
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|