freebsd-ports/mail/icqmail/Makefile
Mario Sergio Fujikawa Ferreira 920d90fb6e Have it correctly depend on port icqlib0.
icqlib0 holds old branch 0.x.x of icqlib required by this version
1.2 of icqmail.

Also, pkg-descr was updated with new maintainer information.

PR:		ports/23157
Submitted by:	maintainer
2001-01-06 04:18:15 +00:00

29 lines
659 B
Makefile

# New ports collection makefile for: icqmail
# Date created: 9 Jun 2000
# Whom: Michael Vasilenko <acid@cn.ua>
#
# $FreeBSD$
#
PORTNAME= icqmail
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= never@nevermind.kiev.ua
LIB_DEPENDS= icq0.1:${PORTSDIR}/net/icqlib0 \
guile.9:${PORTSDIR}/lang/guile \
mimelib.3:${PORTSDIR}/converters/kdesupport2
USE_NEWGCC= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib" \
LIBS="-L${LOCALBASE}/lib -lguile -lqthreads"
MAN1= icqmail.1
.include <bsd.port.mk>