2000-08-11 13:19:21 +02:00
|
|
|
# New ports collection makefile for: gale
|
|
|
|
# Date created: 14 July 2000
|
|
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gale
|
2005-04-21 12:19:42 +02:00
|
|
|
PORTVERSION= 0.99f
|
2006-04-21 20:39:19 +02:00
|
|
|
PORTREVISION= 2
|
2005-11-09 08:48:19 +01:00
|
|
|
CATEGORIES= net-im
|
2005-04-21 12:19:42 +02:00
|
|
|
MASTER_SITES= http://download.ofb.net/${PORTNAME}/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}ruit
|
2000-08-11 13:19:21 +02:00
|
|
|
|
2005-04-21 12:19:42 +02:00
|
|
|
MAINTAINER= jason-fbsd-ports-gale@shalott.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= A secure instant messaging system
|
2000-08-11 13:19:21 +02:00
|
|
|
|
2002-01-06 07:20:22 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc
|
2000-12-21 07:24:32 +01:00
|
|
|
LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
|
2006-04-24 04:43:51 +02:00
|
|
|
adns.1:${PORTSDIR}/dns/adns
|
2000-08-11 13:19:21 +02:00
|
|
|
|
2005-04-21 12:19:42 +02:00
|
|
|
USE_ICONV= yes
|
|
|
|
USE_GNOME= glib12
|
|
|
|
GNU_CONFIGURE= yes
|
2001-07-03 15:22:51 +02:00
|
|
|
USE_OPENSSL= yes
|
2001-11-25 01:12:30 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-08-11 13:19:21 +02:00
|
|
|
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
|
|
|
-I${LOCALBASE}/include/w3c-libwww
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2001-07-03 15:22:51 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2000-08-11 13:19:21 +02:00
|
|
|
|
2004-09-18 19:49:31 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-04-21 12:19:42 +02:00
|
|
|
.if ${OSVERSION} < 500039
|
2005-04-23 10:39:14 +02:00
|
|
|
CFLAGS+= -DNEED_WCWIDTH
|
2004-09-18 19:49:31 +02:00
|
|
|
.endif
|
|
|
|
|
2005-04-21 12:19:42 +02:00
|
|
|
# cheesy hack - test-oop doesn't build, but we don't care.
|
2002-03-27 01:34:17 +01:00
|
|
|
pre-configure:
|
2005-04-21 12:19:42 +02:00
|
|
|
${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \
|
|
|
|
${WRKSRC}/liboop/Makefile.in
|
2002-03-27 01:34:17 +01:00
|
|
|
|
2000-08-11 13:19:21 +02:00
|
|
|
post-install:
|
2001-11-25 01:12:30 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-08-11 13:19:21 +02:00
|
|
|
|
2004-09-18 19:49:31 +02:00
|
|
|
.include <bsd.port.post.mk>
|