Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= gtg |
8 |
PORTNAME= gtg |
9 |
PORTVERSION= 0.2.1 |
9 |
PORTVERSION= 0.2.1 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= deskutils gnome python |
11 |
CATEGORIES= deskutils gnome python |
11 |
MASTER_SITES= http://launchpad.net/gtg/0.2/${PORTVERSION}/+download/ |
12 |
MASTER_SITES= http://launchpad.net/gtg/0.2/${PORTVERSION}/+download/ |
12 |
|
13 |
|
Lines 19-29
Link Here
|
19 |
|
20 |
|
20 |
FETCH_ARGS= -pRr |
21 |
FETCH_ARGS= -pRr |
21 |
USE_GNOME= pygtk2 desktopfileutils |
22 |
USE_GNOME= pygtk2 desktopfileutils |
|
|
23 |
USE_GETTEXT= yes |
24 |
INSTALLS_ICONS= yes |
22 |
USE_PYTHON= 2.6+ |
25 |
USE_PYTHON= 2.6+ |
23 |
USE_PYDISTUTILS= yes |
26 |
USE_PYDISTUTILS= yes |
24 |
|
27 |
|
25 |
MAN1= gtg.1 gtg_new_task.1 |
28 |
MAN1= gtg.1 gtg_new_task.1 |
26 |
|
29 |
|
|
|
30 |
OPTIONS= CHEETAH "Needed for export plugin to work" off |
31 |
|
32 |
.include <bsd.port.pre.mk> |
33 |
|
34 |
.if defined(WITH_CHEETAH) |
35 |
RUN_DEPENDS+=${LOCALBASE}/bin/cheetah:${PORTSDIR}/devel/py-cheetah |
36 |
.endif |
37 |
|
27 |
post-patch: |
38 |
post-patch: |
28 |
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py |
39 |
@${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/setup.py |
29 |
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ |
40 |
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \ |
Lines 33-36
Link Here
|
33 |
post-install: |
44 |
post-install: |
34 |
@-update-desktop-database |
45 |
@-update-desktop-database |
35 |
|
46 |
|
36 |
.include <bsd.port.mk> |
47 |
.include <bsd.port.post.mk> |