mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
26 lines
620 B
Makefile
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"
|