1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Update to 0.2.2

PR:		37456
Submitted by:	maintainer
This commit is contained in:
Patrick Li 2002-04-25 19:53:29 +00:00
parent eafef44850
commit 8f2fd05359
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58128
3 changed files with 20 additions and 4 deletions

View File

@ -6,19 +6,29 @@
#
PORTNAME= thefish
PORTVERSION= 0.2.1
PORTVERSION= 0.2.2
CATEGORIES= sysutils
MASTER_SITES= http://energyhq.homeip.net/files/
MAINTAINER= flynn@energyhq.homeip.net
.if !defined(NO_GUI) && defined(WITH_GTK2)
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_GTK2)
USE_GTK= yes
.endif
MAN1= thefish.1
pre-everything::
@${CAT} ${PKGMESSAGE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
@${INSTALL_PROGRAM} ${WRKSRC}/thefish ${PREFIX}/bin
@${INSTALL_MAN} ${WRKSRC}/thefish.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (thefish-0.2.1.tar.gz) = e3ace1f6da929bb3293b0a68fc7ed849
MD5 (thefish-0.2.2.tar.gz) = 695a909e6b743764067095e4c24e4bab

View File

@ -0,0 +1,6 @@
**********************************************************************
If you want to build The Fish without the GTK+ UI, use make -DNO_GUI
If you prefer to use GTK+ 2.0 instead of 1.2, use make -DWITH_GTK2
**********************************************************************