2007-10-01 18:03:53 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2007/10/01 22:03:53 simon Exp $
|
2002-01-16 16:22:34 -05:00
|
|
|
|
2007-09-01 16:11:21 -04:00
|
|
|
COMMENT= Secure Internet Live Conferencing (SILC) client
|
2002-01-16 16:22:34 -05:00
|
|
|
|
2007-10-01 18:03:53 -04:00
|
|
|
DISTNAME= silc-client-1.1.2
|
2002-01-16 16:22:34 -05:00
|
|
|
CATEGORIES= net
|
2004-02-19 18:07:27 -05:00
|
|
|
|
2002-01-16 16:22:34 -05:00
|
|
|
HOMEPAGE= http://www.silcnet.org/
|
|
|
|
|
2007-09-01 16:11:21 -04:00
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
2002-01-16 16:22:34 -05:00
|
|
|
|
2003-02-02 15:29:37 -05:00
|
|
|
# GPL
|
2002-01-16 16:22:34 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-03-21 07:24:02 -04:00
|
|
|
WANTLIB= c ncurses
|
2002-01-16 16:22:34 -05:00
|
|
|
|
|
|
|
MASTER_SITES= http://ftp.silcnet.org/client/sources/ \
|
|
|
|
ftp://ftp.silcnet.org/silc/client/sources/ \
|
|
|
|
http://www.planetmirror.com/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/
|
|
|
|
|
2007-10-01 18:03:53 -04:00
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS+= glib-2.0.>=1000.0,gmodule-2.0.>=1000.0::devel/glib2
|
2002-09-24 13:20:10 -04:00
|
|
|
|
2003-10-31 10:17:04 -05:00
|
|
|
CONFDIR= ${SYSCONFDIR}/silc
|
|
|
|
SUBST_VARS= CONFDIR
|
|
|
|
|
2007-04-01 16:43:59 -04:00
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
LIBTOOL_FLAGS= --tag=disable-shared
|
2003-04-17 23:22:23 -04:00
|
|
|
CONFIGURE_STYLE= autoconf
|
2007-10-01 18:03:53 -04:00
|
|
|
AUTOCONF_VERSION= 2.61
|
2004-02-19 18:07:27 -05:00
|
|
|
CONFIGURE_ARGS+= --enable-ipv6 \
|
2007-10-01 18:03:53 -04:00
|
|
|
--docdir=${PREFIX}/share/doc/silc \
|
|
|
|
--sysconfdir=${CONFDIR} \
|
2004-02-19 18:07:27 -05:00
|
|
|
--with-helpdir=${PREFIX}/share/silc/help \
|
|
|
|
--with-iconv=${LOCALBASE} \
|
2007-04-01 16:43:59 -04:00
|
|
|
--without-libtoolfix \
|
2007-03-21 07:24:02 -04:00
|
|
|
--with-perl=no
|
2002-07-17 15:10:40 -04:00
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} != "i386"
|
|
|
|
CONFIGURE_ARGS+= --disable-asm
|
|
|
|
.endif
|
2002-05-16 05:05:38 -04:00
|
|
|
|
2002-12-09 10:17:43 -05:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/silc
|
2003-10-31 10:17:04 -05:00
|
|
|
@mv -f ${PREFIX}/share/doc/silc/example_silc.conf \
|
2003-06-01 19:11:23 -04:00
|
|
|
${PREFIX}/share/examples/silc/silc.conf
|
2002-12-09 10:17:43 -05:00
|
|
|
|
2002-01-16 16:22:34 -05:00
|
|
|
.include <bsd.port.mk>
|