Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/x11/roxterm/Makefile 316596 2013-04-26 10:44:28Z ak $ |
2 |
# $FreeBSD: head/x11/roxterm/Makefile 316596 2013-04-26 10:44:28Z ak $ |
3 |
|
3 |
|
4 |
PORTNAME= roxterm |
4 |
PORTNAME= roxterm |
5 |
PORTVERSION= 2.6.5 |
5 |
PORTVERSION= 2.7.1 |
6 |
CATEGORIES= x11 |
6 |
CATEGORIES= x11 |
7 |
MASTER_SITES= SF |
7 |
MASTER_SITES= SF |
8 |
|
8 |
|
Lines 19-27
Link Here
|
19 |
OPTIONS_DEFINE= DOCS |
19 |
OPTIONS_DEFINE= DOCS |
20 |
|
20 |
|
21 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
|
|
22 |
USES= gettext pkgconfig |
22 |
USE_GNOME= libglade2 vte |
23 |
USE_GNOME= libglade2 vte |
23 |
USE_PYTHON_BUILD= yes |
24 |
USE_PYTHON_BUILD= yes |
24 |
USES= pkgconfig gettext |
|
|
25 |
USE_AUTOTOOLS= libtool:env |
25 |
USE_AUTOTOOLS= libtool:env |
26 |
INSTALLS_ICONS= yes |
26 |
INSTALLS_ICONS= yes |
27 |
MAKE_JOBS_SAFE= yes |
27 |
MAKE_JOBS_SAFE= yes |
Lines 40-45
Link Here
|
40 |
post-patch: |
40 |
post-patch: |
41 |
@${REINPLACE_CMD} -e \ |
41 |
@${REINPLACE_CMD} -e \ |
42 |
's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py |
42 |
's|/usr/local|${LOCALBASE}|' ${WRKSRC}/maitch.py |
|
|
43 |
@${REINPLACE_CMD} -e \ |
44 |
's|= "-T"|= ""|' ${WRKSRC}/mscript.py |
43 |
|
45 |
|
44 |
do-configure: |
46 |
do-configure: |
45 |
@(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \ |
47 |
@(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \ |
Lines 65-70
Link Here
|
65 |
(cd ${WRKSRC}/build/usr/local/share/icons/hicolor/scalable/apps \ |
67 |
(cd ${WRKSRC}/build/usr/local/share/icons/hicolor/scalable/apps \ |
66 |
&& ${INSTALL_DATA} * \ |
68 |
&& ${INSTALL_DATA} * \ |
67 |
${PREFIX}/share/icons/hicolor/scalable/apps) |
69 |
${PREFIX}/share/icons/hicolor/scalable/apps) |
|
|
70 |
.for i in es fr pt_BR ru uk |
71 |
@${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES |
72 |
(cd ${WRKSRC}/build/usr/local/share/locale/${i}/LC_MESSAGES/roxterm.mo \ |
73 |
&& ${INSTALL_DATA} ${i}.mo \ |
74 |
${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo) |
75 |
.endfor |
68 |
.if ${PORT_OPTIONS:MDOCS} |
76 |
.if ${PORT_OPTIONS:MDOCS} |
69 |
@${MKDIR} ${DOCSDIR} |
77 |
@${MKDIR} ${DOCSDIR} |
70 |
@(cd ${WRKSRC}/build/usr/local/share/doc/roxterm \ |
78 |
@(cd ${WRKSRC}/build/usr/local/share/doc/roxterm \ |