aboutsummaryrefslogtreecommitdiff
path: root/sysutils/thefish/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-02-02 23:04:59 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-02-02 23:04:59 +0000
commitd53114deb7e6fa0ead2031091b2f42d6a1378650 (patch)
treea4a4d2098bd5a2a158c116605b26a1ec7e47636d /sysutils/thefish/Makefile
parent0eef67a91c453061fcb9b8e54af4623f7a5b8bd0 (diff)
downloadports-d53114deb7e6fa0ead2031091b2f42d6a1378650.tar.gz
ports-d53114deb7e6fa0ead2031091b2f42d6a1378650.zip
Update to 0.3.
Herein enters optional compilation against CDK. To keep in line with the author's wishes about the release, this commit shall be dedicated to the 7 astronauts who gave their lives to scientific curiosity. PR: 47816 Submitted by: Miguel Mendez <flynn@energyhq.homeip.net> (maintainer)
Notes
Notes: svn path=/head/; revision=74538
Diffstat (limited to 'sysutils/thefish/Makefile')
-rw-r--r--sysutils/thefish/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
index d0274452929e..e3e8318e33ab 100644
--- a/sysutils/thefish/Makefile
+++ b/sysutils/thefish/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= thefish
-PORTVERSION= 0.2.5.1
-PORTREVISION= 1
+PORTVERSION= 0.3
CATEGORIES= sysutils
MASTER_SITES= http://energyhq.homeip.net/files/
@@ -21,6 +20,11 @@ LIB_DEPENDS= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
USE_X_PREFIX= yes
.endif
+.if defined(WITH_CDK)
+LIB_DEPENDS= cdk:${PORTSDIR}/devel/cdk
+MAKE_ENV+= WITH_CDK=yes
+.endif
+
MAN1= thefish.1
pre-everything::