d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
46 lines
985 B
Makefile
46 lines
985 B
Makefile
# New ports collection makefile for: ja-scim-honoka
|
|
# Date created: 2 June 2006
|
|
# Whom: Masashi CHIBA
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scim-honoka
|
|
PORTVERSION= 0.9.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://nop.net-p.org/files/honoka/
|
|
DISTNAME= honoka-${PORTVERSION}
|
|
|
|
MAINTAINER= chiba.masashi@gmail.com
|
|
COMMENT= SCIM IMEngine module using various Imput Methods
|
|
|
|
BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= lthack gnomehack
|
|
USE_XLIB= yes
|
|
USE_ICONV= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
|
|
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
|
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500035
|
|
IGNORE= does not build in FreeBSD < 5.x
|
|
.else
|
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
.endif
|
|
|
|
post-install:
|
|
@${ECHO_CMD}
|
|
@${CAT} ${PKGMESSAGE}
|
|
@${ECHO_CMD}
|
|
|
|
.include <bsd.port.post.mk>
|