29 lines
737 B
Makefile
29 lines
737 B
Makefile
# $NetBSD: Makefile,v 1.9 2002/11/30 12:41:05 salo Exp $
|
|
#
|
|
|
|
DISTNAME= centericq-4.6.5
|
|
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_NCURSES= yes
|
|
USE_CXX= yes
|
|
GNU_CONFIGURE= yes
|
|
LIBS= ${LDFLAGS}
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
.include "../../devel/ncurses/buildlink2.mk"
|
|
.include "../../devel/libsigc++/buildlink2.mk"
|
|
.include "../../lang/gcc/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
# avoid toolchain bugs
|
|
CFLAGS:= ${CFLAGS:C/-O[0-9]*//g}
|
|
.endif
|