mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
60288adcbc
PR: ports/109399 Submitted by: Yamashiro Jun<yamajun@ofug.net>
36 lines
828 B
Makefile
36 lines
828 B
Makefile
# New ports collection makefile for: uim-gnome
|
|
# Date created: 31 August 2003
|
|
# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gnome
|
|
|
|
COMMENT= GNOME applets of uim input method
|
|
|
|
USE_GNOME= gtk20 gnomepanel
|
|
LIB_DEPENDS= uim.4:${PORTSDIR}/textproc/uim
|
|
RUN_DEPENDS= uim-pref-gtk:${PORTSDIR}/textproc/uim-gtk
|
|
|
|
MASTERDIR= ${.CURDIR}/../../textproc/uim
|
|
PKGDIR= ${.CURDIR}
|
|
CONFIGURE_ARGS= --with-gtk2 --with-gnome2 --enable-applet
|
|
|
|
UIM_SLAVE= yes
|
|
|
|
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-helper_Makefile.in
|
|
|
|
.if defined(WITHOUT_X11)
|
|
IGNORE= requires X11
|
|
.endif
|
|
|
|
do-build:
|
|
(cd ${WRKSRC}/helper && ${GMAKE} LIBS="-luim -luim-custom")
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}/helper && \
|
|
${GMAKE} am__EXEEXT_3="" install-serverDATA install-libexecPROGRAMS)
|
|
|
|
.include "${MASTERDIR}/Makefile"
|