Lines 5-11
Link Here
|
5 |
# $FreeBSD: ports/deskutils/superkaramba-lwp/Makefile,v 1.10 2007/01/03 15:08:20 miwi Exp $ |
5 |
# $FreeBSD: ports/deskutils/superkaramba-lwp/Makefile,v 1.10 2007/01/03 15:08:20 miwi Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= lwp |
7 |
PORTNAME= lwp |
8 |
PORTVERSION= 13.5.1 |
8 |
PORTVERSION= 14.1 |
9 |
CATEGORIES= deskutils kde |
9 |
CATEGORIES= deskutils kde |
10 |
MASTER_SITES= http://www.message.co.nz/~matt-sarah/ \ |
10 |
MASTER_SITES= http://www.message.co.nz/~matt-sarah/ \ |
11 |
http://mirror1.liquidweather.net/ \ |
11 |
http://mirror1.liquidweather.net/ \ |
Lines 21-26
Link Here
|
21 |
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip |
21 |
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip |
22 |
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ |
22 |
RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ |
23 |
superkaramba:${PORTSDIR}/misc/kdeutils3 \ |
23 |
superkaramba:${PORTSDIR}/misc/kdeutils3 \ |
|
|
24 |
${PYTHON_SITELIBDIR}/reportlab/__init__.py:${PORTSDIR}/print/py-reportlab \ |
24 |
pyuic:${PORTSDIR}/x11-toolkits/py-qt |
25 |
pyuic:${PORTSDIR}/x11-toolkits/py-qt |
25 |
|
26 |
|
26 |
WRKSRC= ${WRKDIR}/${DISTNAME} |
27 |
WRKSRC= ${WRKDIR}/${DISTNAME} |
Lines 38-44
Link Here
|
38 |
post-extract: |
39 |
post-extract: |
39 |
@cd ${WRKSRC} && ${RM} -f *~ locale/*/LC_MESSAGES/*.po* |
40 |
@cd ${WRKSRC} && ${RM} -f *~ locale/*/LC_MESSAGES/*.po* |
40 |
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \ |
41 |
@cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|' \ |
41 |
mkfile.py test_gui.py |
42 |
mkfile.py test_gui.py test_pdf.py |
42 |
|
43 |
|
43 |
pre-install: |
44 |
pre-install: |
44 |
@cd ${WRKSRC} && zip -qr ${DISTFILES} * |
45 |
@cd ${WRKSRC} && zip -qr ${DISTFILES} * |