mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
41 lines
901 B
Makefile
41 lines
901 B
Makefile
# New ports collection makefile for: ja-scim-uim
|
|
# Date created: 15 Nov 2004
|
|
# Whom: Seiya Yanagita <s_yanagita@ybb.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scim-uim
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 6
|
|
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= uim:${PORTSDIR}/textproc/uim
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
USE_GNOME= lthack
|
|
USE_ICONV= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO}
|
|
@${ECHO} To display this message again, type \`pkg_info -D ${PKGNAME}\'
|
|
@${ECHO}
|
|
|
|
.include <bsd.port.mk>
|