View | Details | Raw Unified | Return to bug 51883
Collapse All | Expand All

(-)thefish/Makefile (-6 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	thefish
8
PORTNAME=	thefish
9
PORTVERSION=	0.3.2
9
PORTVERSION=	0.3.3
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://www.energyhq.es.eu.org/files/
11
MASTER_SITES=	http://www.energyhq.es.eu.org/files/
12
12
Lines 19-29 Link Here
19
.else
19
.else
20
USE_GNOME=	gtk20
20
USE_GNOME=	gtk20
21
USE_X_PREFIX=	yes
21
USE_X_PREFIX=	yes
22
.endif
23
24
.if defined(WITH_CDK)
25
LIB_DEPENDS=	cdk:${PORTSDIR}/devel/cdk
26
MAKE_ENV+=	WITH_CDK=yes
27
.endif
22
.endif
28
23
29
MAN1=		thefish.1
24
MAN1=		thefish.1
(-)thefish/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (thefish-0.3.2.tar.gz) = e2a9e11b9011b8eb75da3ca0cdc51668
1
MD5 (thefish-0.3.3.tar.gz) = f4928cccd263722156db4e110d975cc5
(-)thefish/pkg-descr (-1 / +1 lines)
Lines 4-9 Link Here
4
the program honours two environment variables: FISH_RC_DEFAULTS and
4
the program honours two environment variables: FISH_RC_DEFAULTS and
5
FISH_RC.
5
FISH_RC.
6
6
7
WWW: http://energyhq.homeip.net/brain.html
7
WWW: http://www.energyhq.es.eu.org/thefish.html
8
8
9
-Miguel Mendez <flynn@energyhq.es.eu.org>
9
-Miguel Mendez <flynn@energyhq.es.eu.org>
(-)thefish/pkg-message (-1 lines)
Lines 1-4 Link Here
1
***********************************************************************
1
***********************************************************************
2
To build The Fish without the GTK+ UI, define NO_GUI or WITHOUT_X11
2
To build The Fish without the GTK+ UI, define NO_GUI or WITHOUT_X11
3
To enable the new (experimental) CDK console UI, define WITH_CDK
4
***********************************************************************
3
***********************************************************************

Return to bug 51883