freebsd-ports/irc/irssi-devel/Makefile

52 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: irssi
# Date created: 14 Apr 1999
1999-08-14 09:11:57 +02:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= irssi
PORTVERSION= 0.8.6
PORTREVISION?= 2
CATEGORIES+= irc # `+=' is for slave ports
2002-02-17 17:12:20 +01:00
MASTER_SITES= http://irssi.org/files/
2001-05-06 22:17:43 +02:00
MAINTAINER?= vanilla@FreeBSD.org
COMMENT?= A modular IRC client with many features
2002-02-17 17:12:20 +01:00
USE_BZIP2= yes
USE_PERL5= yes
USE_GNOME= glib12
GNU_CONFIGURE= yes
# `+=' is for slave ports
2002-03-13 13:06:39 +01:00
CONFIGURE_ARGS+= --without-socks --without-bot --with-textui \
2002-04-10 08:16:01 +02:00
--with-perl-lib=site
2000-01-24 21:34:23 +01:00
.include <bsd.port.pre.mk>
.if defined(WITH_PROXY)
CONFIGURE_ARGS+= --with-proxy
PLIST_SUB+= WITH_PROXY=""
.else
PLIST_SUB+= WITH_PROXY="@comment "
.endif
#.if ${OSVERSION} >= 400014
#CONFIGURE_ARGS+= --enable-ipv6
#.else
CONFIGURE_ARGS+= --disable-ipv6
#.endif
2003-01-14 05:42:37 +01:00
MAN1= irssi.1
pre-configure:
2002-02-17 08:48:31 +01:00
@cd ${WRKSRC} && ${MV} irssi.conf irssi.conf.sample
post-install:
2002-02-17 08:48:31 +01:00
@if [ ! -f ${LOCALBASE}/etc/irssi.conf ]; then \
${ECHO} "Installing default configuration file."; \
${INSTALL_DATA} ${WRKSRC}/irssi.conf.sample ${LOCALBASE}/etc/irssi.conf ; \
fi
.include <bsd.port.post.mk>