18 lines
472 B
Makefile
18 lines
472 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2002/03/10 11:01:59 hubertf 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= SHORT_DESCRIPTION_OF_THE_PACKAGE
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
.include "../../devel/ncurses/buildlink.mk"
|
||
|
.include "../../lang/gcc/Makefile.gcc"
|
||
|
.include "../../devel/libsigc++/buildlink.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|