SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
devel/silc-toolkit/Makefile
Normal file
29
devel/silc-toolkit/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
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= 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>
|
Loading…
Add table
Add a link
Reference in a new issue