604b09a30d
by appropriate INCOMPAT_CURSES.
38 lines
996 B
Makefile
38 lines
996 B
Makefile
# $NetBSD: Makefile,v 1.17 2003/05/22 13:27:45 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= centericq-4.9.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://konst.org.ua/download/
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://konst.org.ua/eng/software/centericq/info.html
|
|
COMMENT= Instant Messenger interface (ICQ2000, Yahoo!, and MSN support)
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_CXX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
LIBS= ${LDFLAGS}
|
|
USE_PERL5= run
|
|
|
|
REPLACE_PERL= ${WRKSRC}/misc/cicqconf
|
|
|
|
INCOMPAT_CURSES+= NetBSD-1.[45]*-* NetBSD-1.6-* NetBSD-1.6.[1-9]-*
|
|
INCOMPAT_CURSES+= NetBSD-1.6[A-T]-*
|
|
|
|
.include "../../devel/glib/buildlink2.mk"
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../lang/gcc/buildlink2.mk"
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
.include "../../security/openssl/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
# avoid toolchain bugs
|
|
CFLAGS:= ${CFLAGS:C/-O[0-9]*//g}
|
|
.endif
|