mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
632 B
Makefile
28 lines
632 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
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://download.sourceforge.net/icqmail/ \
|
|
ftp://download.sourceforge.net/pub/sourceforge/icqmail/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= icq.1:${PORTSDIR}/net/icqlib \
|
|
mimelib.3:${PORTSDIR}/converters/kdesupport2 \
|
|
guile.9:${PORTSDIR}/lang/guile
|
|
|
|
USE_NEW_GCC= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib -lguile -lqthreads"
|
|
|
|
MAN1= icqmail.1
|
|
|
|
.include <bsd.port.mk>
|