openbsd-ports/devel/silc-toolkit/Makefile
ckuethe ec3e503aa2 Revert crash-prone update to pidgin 2.1.0 and silc-toolkit 1.1.2.
Discussed with brad, martynas and steven, ok pval
2007-08-11 22:14:27 +00:00

36 lines
816 B
Makefile

# $OpenBSD: Makefile,v 1.12 2007/08/11 22:14:27 ckuethe Exp $
COMMENT= "toolkit for the development of SILC applications"
DISTNAME= silc-toolkit-1.0.2
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= silc 6.1 \
silc-1.0 6.1 \
silcclient 4.2 \
silcclient-1.0 4.2
CATEGORIES= devel
MASTER_SITES= http://www.silcnet.org/download/toolkit/sources/
HOMEPAGE= http://www.silcnet.org/software/developers/toolkit/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
--enable-ipv6 \
--with-docdir=${PREFIX}/share/doc/silc \
--includedir=${PREFIX}/include/silc \
--without-libtoolfix
.if (${MACHINE_ARCH} != "i386")
CONFIGURE_ARGS+=--disable-asm
.endif
.include <bsd.port.mk>