blob: 5f936e2693dc166b2f53cd84c44ee44f5c55dece (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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.2:${PORTSDIR}/textproc/uim
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
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"
|