pkgsrc/chat/licq-core/Makefile
jdolecek 9beaa4a4f9 fix couple missing initializations of pthread_mutex_t/pthread_cond_t
now the package is actually usable on NetBSD
2006-11-02 07:07:13 +00:00

20 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/11/02 07:07:13 jdolecek Exp $
#
DISTNAME= licq-1.2.6
PKGREVISION= 1
PKGNAME= ${DISTNAME:C/-/-core-/}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.licq.org/
COMMENT= ICQ client with plugin support
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"