aboutsummaryrefslogtreecommitdiff
path: root/ftp/yafc/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-10 22:14:37 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-10 22:14:37 +0000
commit5c308752363fa3273ee9d42d259af4b3691f2105 (patch)
tree816bc10550959a784dbbc3937bfa537ec5be00bd /ftp/yafc/Makefile
parent0c25fde6e73614a7d2dd793cd71e2cb379839061 (diff)
downloadports-5c308752363fa3273ee9d42d259af4b3691f2105.tar.gz
ports-5c308752363fa3273ee9d42d259af4b3691f2105.zip
Update to version 1.1.1
PR: ports/100032 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=167409
Diffstat (limited to 'ftp/yafc/Makefile')
-rw-r--r--ftp/yafc/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile
index d0386b2120f7..723911b1a3b0 100644
--- a/ftp/yafc/Makefile
+++ b/ftp/yafc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yafc
-PORTVERSION= 1.1
+PORTVERSION= 1.1.1
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -21,13 +21,21 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-socks4=no --with-socks5=no --with-krb4=no \
--with-krb5=no --with-gssapi=no
-PLIST_FILES= bin/yafc %%EXAMPLESDIR%%/inputrc.sample %%EXAMPLESDIR%%/yafcrc.sample
-PLIST_DIRS= %%EXAMPLESDIR%%
MAN1= yafc.1
INFO= yafc
+PLIST_FILES= bin/yafc \
+ %%EXAMPLESDIR%%/inputrc.sample \
+ %%EXAMPLESDIR%%/yafcrc.sample
+PLIST_DIRS= %%EXAMPLESDIR%%
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
+.endif
post-install:
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/*.sample ${EXAMPLESDIR}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>