diff options
author | pat <pat@FreeBSD.org> | 2002-04-25 19:53:29 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-25 19:53:29 +0000 |
commit | 6ebdfb8c74e7c3fe7061697eda28cee8fc1503dd (patch) | |
tree | f6d835697dcba7fdc6d8dff75254586cfd6e1309 /sysutils | |
parent | 0a17e3ec5bc4dc3af803fe3046d34adbb44fa21e (diff) | |
download | FreeBSD-ports-6ebdfb8c74e7c3fe7061697eda28cee8fc1503dd.zip FreeBSD-ports-6ebdfb8c74e7c3fe7061697eda28cee8fc1503dd.tar.gz |
Update to 0.2.2
PR: 37456
Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/thefish/Makefile | 16 | ||||
-rw-r--r-- | sysutils/thefish/distinfo | 2 | ||||
-rw-r--r-- | sysutils/thefish/pkg-message | 6 |
3 files changed, 20 insertions, 4 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 0262770..17e3048 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -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> diff --git a/sysutils/thefish/distinfo b/sysutils/thefish/distinfo index 86227b6..6628d9f 100644 --- a/sysutils/thefish/distinfo +++ b/sysutils/thefish/distinfo @@ -1 +1 @@ -MD5 (thefish-0.2.1.tar.gz) = e3ace1f6da929bb3293b0a68fc7ed849 +MD5 (thefish-0.2.2.tar.gz) = 695a909e6b743764067095e4c24e4bab diff --git a/sysutils/thefish/pkg-message b/sysutils/thefish/pkg-message new file mode 100644 index 0000000..6f6f8b7 --- /dev/null +++ b/sysutils/thefish/pkg-message @@ -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 + +********************************************************************** |