2004-05-05 19:32:05 +02:00
|
|
|
# New ports collection makefile for: gaim-guifications
|
|
|
|
# Date created: 2004-05-04
|
|
|
|
# Whom: ports@c0decafe.net
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= guifications
|
2005-09-02 03:07:48 +02:00
|
|
|
PORTVERSION= 2.12
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-11-10 05:22:30 +01:00
|
|
|
CATEGORIES= net-im
|
2004-05-05 19:32:05 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
|
|
COMMENT= Plugin to add msn style "toaster" popups to Gaim
|
|
|
|
|
2005-11-09 09:21:21 +01:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
|
|
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
2004-05-05 19:32:05 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2004-07-20 07:52:17 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-20 06:48:36 +02:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE}
|
|
|
|
CONFIGURE_ENV+="CPPFLAGS=-I${LOCALBASE}/include" "LIBS=-L${LOCALBASE}/lib"
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
|
|
|
|
-e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
|
|
|
|
-e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
|
2005-04-20 14:50:52 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
|
2004-05-05 19:32:05 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|