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

(-)thefish/Makefile (-3 / +13 lines)
Lines 6-24 Link Here
6
#
6
#
7
7
8
PORTNAME=	thefish
8
PORTNAME=	thefish
9
PORTVERSION=	0.2.1
9
PORTVERSION=	0.2.2
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	http://energyhq.homeip.net/files/
11
MASTER_SITES=	http://energyhq.homeip.net/files/
12
12
13
MAINTAINER=	flynn@energyhq.homeip.net
13
MAINTAINER=	flynn@energyhq.homeip.net
14
14
15
.if !defined(NO_GUI) && defined(WITH_GTK2)
16
LIB_DEPENDS=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
17
.endif
18
.if !defined(NO_GUI)
15
USE_X_PREFIX=	yes
19
USE_X_PREFIX=	yes
20
.endif
21
.if !defined(NO_GUI) && !defined(WITH_GTK2)
16
USE_GTK=	yes
22
USE_GTK=	yes
23
.endif
17
24
18
MAN1=		thefish.1
25
MAN1=		thefish.1
19
26
27
pre-everything::
28
	@$(CAT) pkg-message
29
20
do-install:
30
do-install:
21
	${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
31
	@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
22
	${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
32
	@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
23
33
24
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)thefish/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (thefish-0.2.1.tar.gz) = e3ace1f6da929bb3293b0a68fc7ed849
1
MD5 (thefish-0.2.2.tar.gz) = 695a909e6b743764067095e4c24e4bab
(-)thefish/pkg-message (+6 lines)
Line 0 Link Here
1
**********************************************************************
2
3
 If you want to build The Fish without the GTK+ UI, use make -DNO_GUI
4
 If you prefer to use GTK+ 2.0 instead of 1.2, use make -DWITH_GTK2
5
6
**********************************************************************

Return to bug 37456