openbsd-ports/net/silc-client/Makefile

54 lines
1.5 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.38 2007/03/21 11:24:02 martynas Exp $
2003-04-17 23:22:23 -04:00
COMMENT= "Secure Internet Live Conferencing (SILC) client"
DISTNAME= silc-client-1.0.4.1
CATEGORIES= net
2004-02-19 18:07:27 -05:00
HOMEPAGE= http://www.silcnet.org/
2002-12-10 10:34:30 -05:00
MAINTAINER= Brad Smith <brad@openbsd.org>
2003-02-02 15:29:37 -05:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c ncurses
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/
2006-08-03 19:15:57 -04:00
LIB_DEPENDS+= glib.>=1.2,gmodule.>=1.2::devel/glib
2004-08-10 05:38:34 -04:00
MODULES= converters/libiconv
2003-10-31 10:17:04 -05:00
CONFDIR= ${SYSCONFDIR}/silc
SUBST_VARS= CONFDIR
2003-04-17 23:22:23 -04:00
CONFIGURE_STYLE= autoconf
2004-02-19 18:07:27 -05:00
AUTOCONF_VERSION= 2.59
CONFIGURE_ARGS+= --enable-ipv6 \
--with-helpdir=${PREFIX}/share/silc/help \
--with-docdir=${PREFIX}/share/doc/silc \
--with-etcdir=${CONFDIR} \
--with-iconv=${LOCALBASE} \
--with-perl=no
.if ${MACHINE_ARCH} != "i386"
CONFIGURE_ARGS+= --disable-asm
.endif
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 \
${PREFIX}/share/examples/silc/silc.conf
.include <bsd.port.mk>