2006-08-30 14:01:02 +02:00
|
|
|
# New ports collection makefile for: icqnd
|
|
|
|
# Date Created: 29 Ago 2006
|
|
|
|
# Whom: Rodrigo Graeff <delphus@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= icqnd
|
2006-11-08 01:48:23 +01:00
|
|
|
PORTVERSION= 0.1.9.6
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2006-08-30 14:01:02 +02:00
|
|
|
CATEGORIES= net-im
|
|
|
|
MASTER_SITES= SF
|
|
|
|
|
|
|
|
MAINTAINER= delphus@gmail.com
|
|
|
|
COMMENT= GTK based LICQ GUI program
|
|
|
|
|
|
|
|
BUILD_DEPENDS= licq:${PORTSDIR}/net-im/licq
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
2006-11-08 01:48:23 +01:00
|
|
|
USE_GMAKE= yes
|
2006-08-30 14:01:02 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gtk20 gnomehack
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2006-11-08 01:48:23 +01:00
|
|
|
OPTIONS= NLS "With native language support" off \
|
|
|
|
GTKSPELL "spell checking support" on
|
|
|
|
|
2006-08-30 14:01:02 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-11-08 01:48:23 +01:00
|
|
|
.if defined(WITHOUT_NLS)
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_GTKSPELL)
|
|
|
|
LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell
|
|
|
|
CONFIGURE_ARGS+= --enable-gtkspell
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-gtkspell
|
|
|
|
.endif
|
|
|
|
|
2007-03-28 21:22:52 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
2006-08-30 14:01:02 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|