38 lines
739 B
Makefile
Raw Normal View History

2004-08-17 19:21:17 +00:00
# $OpenBSD: Makefile,v 1.31 2004/08/17 19:21:17 naddy Exp $
1999-06-23 19:21:37 +00:00
# $FreeBSD: Makefile,v 1.6 1999/06/03 08:31:06 ache Exp $
2001-03-29 10:14:27 +00:00
COMMENT= "text-based ICQ implementation"
DISTNAME= micq-0.4.11
1999-06-23 19:21:37 +00:00
CATEGORIES= net
MAINTAINER= David Krause <david@openbsd.org>
HOMEPAGE= http://www.micq.org/
2001-05-26 05:13:46 +00:00
# GPL
2000-10-22 16:16:26 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:41:07 +00:00
MASTER_SITES= ${HOMEPAGE}source/ \
http://http.uk.micq.org/source/ \
http://http.bg.micq.org/source/
EXTRACT_SUFX= .tgz
2004-05-12 05:17:15 +00:00
FLAVORS= ssl
FLAVOR?=
.if ${FLAVOR:L:Mssl}
LIB_DEPENDS= gnutls.12::security/gnutls
CONFIGURE_ARGS+= --enable-ssl
2004-08-17 19:21:17 +00:00
.else
CONFIGURE_ARGS+= --disable-ssl
2004-05-12 05:17:15 +00:00
.endif
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
1999-06-23 19:21:37 +00:00
.include <bsd.port.mk>