Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= uzbl |
8 |
PORTNAME= uzbl |
9 |
DISTVERSION= 0.0.0.${GITDATE} |
9 |
DISTVERSION= 0.0.0.${GITDATE} |
10 |
PORTREVISION= 2 |
|
|
11 |
CATEGORIES= www |
10 |
CATEGORIES= www |
12 |
MASTER_SITES= http://www.linta.de/distfiles/ |
11 |
MASTER_SITES= http://www.linta.de/distfiles/ |
13 |
|
12 |
|
Lines 20-27
Link Here
|
20 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
21 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
22 |
|
21 |
|
23 |
GITDATE= 2010.03.14 |
22 |
GITDATE= 2010.04.03 |
24 |
GITVERSION= 38ef86e |
23 |
GITVERSION= ae15d25 |
25 |
|
24 |
|
26 |
WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION} |
25 |
WRKSRC= ${WRKDIR}/Dieterbe-uzbl-${GITVERSION} |
27 |
|
26 |
|
Lines 43-48
Link Here
|
43 |
${WRKSRC}/examples/config/config \ |
42 |
${WRKSRC}/examples/config/config \ |
44 |
${WRKSRC}/src/uzbl-browser \ |
43 |
${WRKSRC}/src/uzbl-browser \ |
45 |
${WRKSRC}/examples/data/scripts/uzbl-event-manager |
44 |
${WRKSRC}/examples/data/scripts/uzbl-event-manager |
|
|
45 |
@${REINPLACE_CMD} -e "s|/usr/share/uzbl|${DATADIR}|" \ |
46 |
${WRKSRC}/examples/data/scripts/uzbl-tabbed |
46 |
|
47 |
|
47 |
post-build: |
48 |
post-build: |
48 |
@${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \; |
49 |
@${FIND} ${WRKSRC} \( -name "*.orig" -or -name "*.bak" \) -exec ${RM} -f {} \; |
Lines 65-74
Link Here
|
65 |
.endfor |
66 |
.endfor |
66 |
.endif |
67 |
.endif |
67 |
.if !defined(NOPORTDATA) |
68 |
.if !defined(NOPORTDATA) |
68 |
${MKDIR} ${DATADIR}/examples/data/forms ${DATADIR}/examples/config |
69 |
${MKDIR} ${DATADIR}/examples/data/dforms ${DATADIR}/examples/config |
69 |
.for f in config/cookies \ |
70 |
.for f in config/cookies \ |
70 |
data/bookmarks \ |
71 |
data/bookmarks \ |
71 |
data/forms/bbs.archlinux.org \ |
72 |
data/dforms/bbs.archlinux.org \ |
72 |
data/style.css data/uzbl.png |
73 |
data/style.css data/uzbl.png |
73 |
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DATADIR}/examples/${f} |
74 |
${INSTALL_DATA} ${WRKSRC}/examples/${f} ${DATADIR}/examples/${f} |
74 |
.endfor |
75 |
.endfor |