aboutsummaryrefslogtreecommitdiffstats
path: root/mail/icqmail/Makefile
blob: b1ef0c0c9ad654968b790c2457386f3f22626128 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

IGNORE=     "Does not work with newer version of protocol"

LIB_DEPENDS=    icq0.1:${PORTSDIR}/net/icqlib0 \
        guile.10:${PORTSDIR}/lang/guile

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

post-patch:
    @${PERL} -pi -e 's,Template ,Template ${PREFIX}/share/icqmail/,g' \
        ${WRKSRC}/sample.cfg

.include <bsd.port.mk>