aboutsummaryrefslogtreecommitdiff
path: root/sysutils/thefish/Makefile
blob: 5d428dcec09a9ac901bcf105275603831fa474a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:	thefish
# Date created:			Sat Mar 16 17:49:09 CET 2002
# Whom:				Miguel Mendez <flynn@energyhq.homeip.net>
#
# $FreeBSD$
#

PORTNAME=	thefish
PORTVERSION=	0.2.4
CATEGORIES=	sysutils
MASTER_SITES=	http://energyhq.homeip.net/files/

MAINTAINER=	flynn@energyhq.homeip.net

.if defined(WITHOUT_X11) && !defined(NO_GUI)
NO_GUI=		yes
MAKE_ENV+=	NO_GUI=yes
.endif

.if !defined(NO_GUI) && !defined(WITH_GTK12)
LIB_DEPENDS=	gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
.endif
.if !defined(NO_GUI)
USE_X_PREFIX=	yes
.endif
.if !defined(NO_GUI) && defined(WITH_GTK12)
USE_GNOMENG=	yes
USE_GNOME=	gtk12
PKGNAMESUFFIX=	-gtk
.endif

MAN1=		thefish.1

pre-everything::
	@${CAT} ${PKGMESSAGE}

do-install:
	@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
	@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1

.include <bsd.port.mk>