openbsd-ports/net/micq/Makefile
2004-05-12 05:17:15 +00:00

36 lines
702 B
Makefile

# $OpenBSD: Makefile,v 1.30 2004/05/12 05:17:16 david Exp $
# $FreeBSD: Makefile,v 1.6 1999/06/03 08:31:06 ache Exp $
COMMENT= "text-based ICQ implementation"
DISTNAME= micq-0.4.11
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
MASTER_SITES= ${HOMEPAGE}source/ \
http://http.uk.micq.org/source/ \
http://http.bg.micq.org/source/
EXTRACT_SUFX= .tgz
FLAVORS= ssl
FLAVOR?=
.if ${FLAVOR:L:Mssl}
LIB_DEPENDS= gnutls.12::security/gnutls
CONFIGURE_ARGS+= --enable-ssl
.endif
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>