openbsd-ports/net/micq/Makefile
david 21ca838842 update to micq-0.5; ok pvalchev@
make ssl default and switch from gnutls to the new openssl support
2005-02-20 06:57:14 +00:00

32 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.34 2005/02/20 06:57:14 david Exp $
# $FreeBSD: Makefile,v 1.6 1999/06/03 08:31:06 ache Exp $
COMMENT= "text-based ICQ implementation"
DISTNAME= micq-0.5
CATEGORIES= net
MAINTAINER= David Krause <david@openbsd.org>
HOMEPAGE= http://www.micq.org/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto ssl
MASTER_SITES= ${HOMEPAGE}source/ \
http://http.uk.micq.org/source/ \
http://http.bg.micq.org/source/
EXTRACT_SUFX= .tgz
CONFIGURE_ARGS+= --disable-iconv --enable-ssl=openssl
CONFIGURE_ENV+= MICQ_EXTRAVERSION="OpenBSD Ports Tree"
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>