mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
ffb7170399
With hat: portmgr
41 lines
992 B
Makefile
41 lines
992 B
Makefile
# Created by: Peter Haight <peterh@sapros.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gale
|
|
PORTVERSION= 0.99f
|
|
PORTREVISION= 2
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://download.ofb.net/${PORTNAME}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}ruit
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Secure instant messaging system
|
|
|
|
LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc \
|
|
libwwwcore.so:${PORTSDIR}/www/libwww \
|
|
libadns.so:${PORTSDIR}/dns/adns
|
|
|
|
USES= iconv
|
|
USE_GNOME= glib12
|
|
USE_AUTOTOOLS= libtool
|
|
LIBTOOLFILES= configure liboop/configure
|
|
USE_OPENSSL= yes
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
|
|
CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \
|
|
-I${LOCALBASE}/include/w3c-libwww
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
# cheesy hack - test-oop doesn't build, but we don't care.
|
|
NO_STAGE= yes
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \
|
|
${WRKSRC}/liboop/Makefile.in
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|