a3ff7a02f8
- New LIB_DEPENDS syntax. - Remove references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Staging.
24 lines
605 B
Makefile
24 lines
605 B
Makefile
# Created by: Seiya Yanagita <s_yanagita@ybb.ne.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= scim-uim
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 8
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \
|
|
http://freedesktop.org/~suzhe/sources/
|
|
|
|
MAINTAINER= s_yanagita@ybb.ne.jp
|
|
COMMENT= SCIM IMEngine module using UIM input method library
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
|
LIB_DEPENDS= libuim.so:${PORTSDIR}/textproc/uim
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= gmake iconv libtool:keepla pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|