2002-05-30 13:33:04 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2002/05/30 17:33:04 fgsch Exp $
|
2002-01-16 16:22:34 -05:00
|
|
|
|
|
|
|
COMMENT= "Secure Live Internet Conferencing (SILC) client"
|
|
|
|
|
2002-05-20 11:25:17 -04:00
|
|
|
DISTNAME= silc-client-0.9.1
|
2002-01-16 16:22:34 -05:00
|
|
|
CATEGORIES= net
|
2002-05-16 05:05:38 -04:00
|
|
|
NEED_VERSION= 1.507
|
2002-01-16 16:22:34 -05:00
|
|
|
HOMEPAGE= http://www.silcnet.org/
|
|
|
|
|
|
|
|
MAINTAINER= Vladimir Kotal <vlada@openbsd.cz>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://ftp.silcnet.org/client/sources/ \
|
|
|
|
ftp://ftp.silcnet.org/silc/client/sources/ \
|
|
|
|
http://www.planetmirror.com/pub/silcnet/client/sources/ \
|
|
|
|
ftp://ftp.au.silcnet.org/pub/silcnet/client/sources/ \
|
|
|
|
http://munitions.vipul.net/software/mirrors/silc/client/sources/ \
|
|
|
|
ftp://ftp.no.silcnet.org/pub/silc/client/sources/ \
|
|
|
|
http://the.wiretapped.net/security/network-security/silc/client/sources/ \
|
|
|
|
ftp://ftp.wiretapped.net/pub/security/network-security/silc/client/sources/
|
|
|
|
|
|
|
|
LIB_DEPENDS= glib.1.2,gmodule.1.2::devel/glib
|
|
|
|
|
2002-05-16 05:05:38 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
|
2002-05-30 13:33:04 -04:00
|
|
|
# XXX workaround gcc bugs on sparc64
|
|
|
|
.if ${MACHINE_ARCH:Msparc64}
|
|
|
|
PATCH_LIST= gcc-* patch-*
|
|
|
|
.endif
|
2002-05-16 05:05:38 -04:00
|
|
|
|
2002-01-16 16:22:34 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
|
|
|
--with-helpdir=${PREFIX}/share/silc/help \
|
|
|
|
--with-docdir=${PREFIX}/share/doc/silc \
|
|
|
|
--with-etcdir=${SYSCONFDIR}/silc \
|
2002-05-16 05:05:38 -04:00
|
|
|
--with-perl-lib=${DESTDIR}${PREFIX}/libdata/perl5/site_perl \
|
|
|
|
--enable-ipv6 \
|
2002-01-16 16:22:34 -05:00
|
|
|
--disable-asm
|
2002-05-16 05:05:38 -04:00
|
|
|
|
|
|
|
# If you want to help with testing silc-client, uncomment this
|
|
|
|
# and subscribe to silc-devel at lists.sourceforge.net
|
|
|
|
#
|
|
|
|
#CONFIGURE_ARGS+= --enable-debug
|
|
|
|
|
2002-03-08 21:24:45 -05:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/irssi ${WRKSRC}/lib/silcmath/mpi
|
2002-01-16 16:22:34 -05:00
|
|
|
FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \
|
2002-05-16 05:05:38 -04:00
|
|
|
silc_etcdir=${PREFIX}/share/examples/silc-client \
|
|
|
|
${INSTALLARCHLIB}=${WRKINST}/${INSTALLARCHLIB}
|
|
|
|
|
2002-01-16 16:22:34 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|