aboutsummaryrefslogtreecommitdiff
path: root/net-im/vicq/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2007-06-08 02:06:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2007-06-08 02:06:40 +0000
commitfab47993bc8a03ae0f54db62fbd50e41f1200f94 (patch)
treea10cc7a4b144e89f1a54be17d845b839f9a0c329 /net-im/vicq/Makefile
parent2908675022dab456c1c5e74106e25837f40a6f32 (diff)
downloadports-fab47993bc8a03ae0f54db62fbd50e41f1200f94.tar.gz
ports-fab47993bc8a03ae0f54db62fbd50e41f1200f94.zip
Notes
Diffstat (limited to 'net-im/vicq/Makefile')
-rw-r--r--net-im/vicq/Makefile14
1 files changed, 12 insertions, 2 deletions
diff --git a/net-im/vicq/Makefile b/net-im/vicq/Makefile
index 0a01da2db7a5..3137b191d01c 100644
--- a/net-im/vicq/Makefile
+++ b/net-im/vicq/Makefile
@@ -7,8 +7,9 @@
PORTNAME= vicq
PORTVERSION= 0.4.2
+PORTREVISION= 1
CATEGORIES= net-im
-MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
+MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A text-based ICQ implementation
@@ -30,4 +31,13 @@ post-install:
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 500800
+SIGNAL_PATCH=p5.8-patch-sigalrm
+post-patch:
+ @${ECHO_MSG} "===> Applying patch ${SIGNAL_PATCH} for ${PKGNAME}"
+ @${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/${SIGNAL_PATCH}
+.endif
+
+.include <bsd.port.post.mk>