summaryrefslogtreecommitdiff
path: root/ftp/yafc
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-11 07:37:35 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-11 07:37:35 +0000
commite1003bbd4492da6cbaccb6c3cd6c3771903d787f (patch)
tree8067c61367b77969b978effc495203d12099998f /ftp/yafc
parentUpdate to version 1.0. The maintainer forgot to fix patches, I fixed them. (diff)
Update to 0.5.6. Also make it link with installed libintl.
Notes
Notes: svn path=/head/; revision=30467
Diffstat (limited to 'ftp/yafc')
-rw-r--r--ftp/yafc/Makefile8
-rw-r--r--ftp/yafc/distinfo2
2 files changed, 7 insertions, 3 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index b33340dd581a..d1a3eae1dc01 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -6,13 +6,17 @@
#
PORTNAME= yafc
-PORTVERSION= 0.5.1
+PORTVERSION= 0.5.6
CATEGORIES= ftp
MASTER_SITES= ftp://mayer.physto.se/pub/yafc/
MAINTAINER= ports@FreeBSD.org
-GNU_CONFIGURE= yes
+LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
+
USE_BZIP2= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -lintl"
.include <bsd.port.mk>
diff --git a/ftp/yafc/distinfo b/ftp/yafc/distinfo
index fe390e6d812c..6b2474ff24e3 100644
--- a/ftp/yafc/distinfo
+++ b/ftp/yafc/distinfo
@@ -1 +1 @@
-MD5 (yafc-0.5.1.tar.bz2) = e882aa28978bb4965fee2172d3f32c35
+MD5 (yafc-0.5.6.tar.bz2) = cb3c72bae30a53c9f1f75b4b0b259603