Lines 1-13
Link Here
|
1 |
# New ports collection makefile for: gnochm |
1 |
# New ports collection makefile for: gnochm |
2 |
# Date created: 25 November 2004 |
2 |
# Date created: 25 November 2004 |
3 |
# Whom: Radek Kozlowski <radek@raadradd.com> |
3 |
# Whom: Radek Kozlowski <radek@raadradd.com> |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/deskutils/gnochm/Makefile,v 1.8 2006/02/23 10:35:16 ade Exp $ |
5 |
# $FreeBSD: ports/deskutils/gnochm/Makefile,v 1.8 2006/02/23 10:35:16 ade Exp $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= gnochm |
8 |
PORTNAME= gnochm |
9 |
PORTVERSION= 0.9.5 |
9 |
PORTVERSION= 0.9.7 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= deskutils python gnome |
10 |
CATEGORIES= deskutils python gnome |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
13 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
Lines 16-29
Link Here
|
16 |
COMMENT= A GNOME viewer for CHM files |
15 |
COMMENT= A GNOME viewer for CHM files |
17 |
|
16 |
|
18 |
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm |
17 |
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm |
19 |
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm |
18 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
20 |
|
19 |
|
21 |
USE_GMAKE= yes |
20 |
USE_GMAKE= yes |
22 |
USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomeextras |
21 |
USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras |
23 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
24 |
USE_PYTHON= yes |
23 |
USE_PYTHON= 2.2+ |
25 |
USE_REINPLACE= yes |
|
|
26 |
USE_X_PREFIX= yes |
24 |
USE_X_PREFIX= yes |
|
|
25 |
USE_GETTEXT= yes |
27 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
26 |
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |
28 |
LDFLAGS="-L${LOCALBASE}/lib" |
27 |
LDFLAGS="-L${LOCALBASE}/lib" |
29 |
|
28 |
|