blob: 6720cded9268b9b2ad00606cf39be1437cefbfc2 (
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
31
32
33
34
35
36
37
38
39
|
# New ports collection makefile for: ko-gdick
# Date created: 20 August 2003
# Whom: Hye-Shik Chang <perky@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gdick
PORTVERSION= 0.9.2
CATEGORIES= korean python
MASTER_SITES= http://kldp.net/frs/download.php/816/
MAINTAINER= ports@FreeBSD.org
COMMENT= English-Korean Dictionary Client for GNOME2
IGNORE= has multiple run-time problems, e. g., using obsolete URLs
DEPRECATED= HTMLs from the recent Yahoo! Korea Dictionary cannot be parsed
EXPIRATION_DATE=2011-11-01
RUN_DEPENDS= ${PYTHONPREFIX_SITELIBDIR}/cjkcodecs.pth:${PORTSDIR}/converters/py-cjkcodecs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_BZIP2= yes
USE_GNOME= gnomehier pygnome2
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e \
's,/usr/share/gdick/gdick.glade,${PREFIX}/share/gdick/gdick.glade,g' \
${WRKSRC}/lib/gdick/gdick.py
${REINPLACE_CMD} \
-e 's,lib/bonobo,${LOCALBASE}/libdata/bonobo,g' \
${WRKSRC}/setup.py
${REINPLACE_CMD} -e 's,/usr/bin/gdick,${PREFIX}/bin/gdick,g' \
${WRKSRC}/GNOME_GDick.server
.include <bsd.port.post.mk>
|