1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
MANTANI Nobutaka aafe137582 Add uim-gnome. GNOME applets of uim input method
PR:		ports/95785
Submitted by:	NIIMI Satoshi <sa2c@sa2c.net>
2006-04-16 16:43:18 +00:00

26 lines
620 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
RUN_DEPENDS= uim-module-manager:${PORTSDIR}/textproc/uim
MASTERDIR= ${.CURDIR}/../../textproc/uim
PKGDIR= ${.CURDIR}
CONFIGURE_ARGS= --with-gtk2 --with-gnome2 --enable-applet
UIM_SLAVE= yes
do-install:
cd ${WRKSRC}/helper && \
${GMAKE} am__EXEEXT_3= install-serverDATA install-libexecPROGRAMS install-exec-hook-applet
.include "${MASTERDIR}/Makefile"