1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/mail/icqmail/Makefile
Joe Marcus Clarke 71c8105783 Chase guile shared lib number.
Prompted by:	Mike Harding <mvh@ix.netcom.com>
2002-06-19 16:37:57 +00:00

33 lines
716 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.10:${PORTSDIR}/lang/guile
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
post-patch:
@${PERL} -pi -e 's,Template ,Template ${PREFIX}/share/icqmail/,g' \
${WRKSRC}/sample.cfg
.include <bsd.port.mk>