aboutsummaryrefslogtreecommitdiffstats
path: root/irc/irssi-devel/Makefile
blob: 6e1b50c3add298b75081875da8bdac485aed2c8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    irssi
# Version required:     0.7.16
# Date created:         14 Apr 1999
# Whom:             Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=   irssi-0.7.16
CATEGORIES= irc
MASTER_SITES=   http://xlife.dhs.org/irssi/files/

MAINTAINER= jim@FreeBSD.org

LIB_DEPENDS=    gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
        PropList.2:${PORTSDIR}/devel/libPropList

GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config
GLIB_CONFIG?=   ${LOCALBASE}/bin/glib12-config

WRKSRC=     ${WRKDIR}/${PKGNAME}
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_PERL5=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL=    yes

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --without-pthreads --without-socks --without-textui \
        --with-proplist=${LOCALBASE} --without-servertest

.if defined(USE_GNOME)
CONFIGURE_ARGS+= --with-gnome
.if defined(USE_PANEL)
CONFIGURE_ARGS+= --with-gnome-panel
.else
CONFIGURE_ARGS+= --without-gnome-panel
.endif
.else
CONFIGURE_ARGS+= --without-gnome
.endif

CONFIGURE_ENV=  GTK_CONFIG="${GTK_CONFIG}" \
        GLIB_CONFIG="${GLIB_CONFIG}"

.include <bsd.port.mk>