freebsd-ports/net-im/gaim-guifications/Makefile
Joe Marcus Clarke ef9e4991f0 Add gaim-guifications, a Gaim plug-in that adds "toaster" style pop-ups for
common Gaim events such as a user going away or becoming available again.
Screenshots can be found at
http://guifications.sourceforge.net/Guifications/index.php

PR:		66237
Submitted by:	ports@c0decafe.net <ports@c0decafe.net>
2004-05-05 17:32:05 +00:00

27 lines
647 B
Makefile

# New ports collection makefile for: gaim-guifications
# Date created: 2004-05-04
# Whom: ports@c0decafe.net
#
# $FreeBSD$
#
PORTNAME= guifications
PORTVERSION= 1.7
CATEGORIES= misc
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
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/gaim:configure
RUN_DEPENDS= gaim:${PORTSDIR}/net/gaim
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim*
.include <bsd.port.mk>