sthen 999023e0de Garbage-collect AES enable parts in the silc-toolkit port; as naddy@
points out this actually has "Don't enable ASM AES with shared libs as
the code doesn't support PIC" (i.e. if shared-libraries are enabled,
which they are, it doesn't attempt to build this at all).
2018-11-15 21:43:44 +00:00

32 lines
656 B
Makefile

# $OpenBSD: Makefile,v 1.44 2018/11/15 21:43:44 sthen Exp $
COMMENT= toolkit for the development of SILC applications
DISTNAME= silc-toolkit-1.1.12
REVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silc/}
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS= silc 10.0 \
silcclient 8.0 \
HOMEPAGE= http://silcnet.org/dev.html
MAINTAINER= Brad Smith <brad@comstyle.com>
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= iconv pthread
LIB_DEPENDS= converters/libiconv
CONFIGURE_STYLE= autoconf
AUTOCONF_VERSION= 2.69
CONFIGURE_ARGS+= --disable-asm \
--docdir=${PREFIX}/share/doc/silc \
--includedir=${PREFIX}/include/silc
.include <bsd.port.mk>