pkgsrc-wip/silky/Makefile
Ossi Herrala 6372df2308 Silky is an easy-to-use graphical SILC (Secure Internet Live Conferencing)
client.

The aim of this project is to create a simple and easy to use graphical,
os-independent SILC client. Silky contains, or will eventually contain, all
necessary features of a SILC client. The user interface will be kept as simple
and clean as possible.
2004-01-24 20:04:27 +00:00

27 lines
831 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/01/24 20:04:27 oherrala Exp $
#
DISTNAME= silky-0.4.3
CATEGORIES= chat security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=silky/}
MAINTAINER= oherrala@ee.oulu.fi
HOMEPAGE= http://silky.sf.net/
COMMENT= Silky is an easy-to-use graphical SILC client
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_GNU_TOOLS+=make
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --with-silc-includes=${BUILDLINK_PREFIX.silc-toolkit}/include/silc-toolkit
CONFIGURE_ARGS+= --with-silc-libs=${BUILDLINK_PREFIX.silc-toolkit}/lib/silc-toolkit
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/silky
.include "../../x11/gtk2/buildlink2.mk"
.include "../../devel/libglade2/buildlink2.mk"
.include "../../wip/silc-toolkit/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"