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:
parent
eafef44850
commit
8f2fd05359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58128
@ -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>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (thefish-0.2.1.tar.gz) = e3ace1f6da929bb3293b0a68fc7ed849
|
||||
MD5 (thefish-0.2.2.tar.gz) = 695a909e6b743764067095e4c24e4bab
|
||||
|
6
sysutils/thefish/pkg-message
Normal file
6
sysutils/thefish/pkg-message
Normal 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
|
||||
|
||||
**********************************************************************
|
Loading…
Reference in New Issue
Block a user