pkgsrc/inputmethod/unicon-im/Makefile
jlam 75e61cb884 Adjust to new pthread.buildlink.mk: remove USE_PTHREAD and replace with
appropriate PTHREAD_OPTS incantation, and move the checks for the value
of PTHREAD_TYPE below the inclusion of pthread.buildlink.mk.
2002-08-01 05:48:00 +00:00

19 lines
479 B
Makefile

# $NetBSD: Makefile,v 1.2 2002/08/01 05:48:15 jlam Exp $
DISTNAME= unicon-1.2
PKGNAME= unicon-im-1.2
CATEGORIES= inputmethod
MASTER_SITES= http://www.opencjk.org/~yumj/download/
MAINTAINER= rxg@netbsd.org
HOMEPAGE= http://www.opencjk.org/~yumj/project-chinput.html
COMMENT= libraries and modules of Unicon
USE_LIBTOOL= YES
PTHREAD_OPTS+= require
GNU_CONFIGURE= YES
.include "../../mk/pthread.buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"