2006-12-24 14:55:14 +00:00
|
|
|
# New ports collection makefile for: g2ipmsg
|
|
|
|
# Date created: 2006/12/18
|
|
|
|
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= g2ipmsg
|
2007-02-25 15:00:40 +00:00
|
|
|
PORTVERSION= 0.9.1
|
2006-12-24 14:55:14 +00:00
|
|
|
CATEGORIES= net gnome
|
2007-01-09 15:36:43 +00:00
|
|
|
MASTER_SITES= http://www.ipmsg.org/archive/ \
|
|
|
|
${MASTER_SITE_LOCAL} \
|
2007-01-01 17:11:23 +00:00
|
|
|
http://people.FreeBSD.org/~nork/distfiles/
|
2006-12-24 14:55:14 +00:00
|
|
|
MASTER_SITE_SUBDIR= nork
|
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= nork@FreeBSD.org
|
|
|
|
COMMENT= A popup style message communication tool for GNOME2
|
|
|
|
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack intltool pkgconfig \
|
2007-01-18 14:28:14 +00:00
|
|
|
libgnomeui libbonobo desktopfileutils gnomepanel
|
2006-12-24 14:55:14 +00:00
|
|
|
USE_GSTREAMER= vorbis
|
|
|
|
USE_ICONV= yes
|
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-02-18 13:09:00 +00:00
|
|
|
CONFIGURE_ARGS= --enable-systray
|
2006-12-24 14:55:14 +00:00
|
|
|
|
|
|
|
GCONF_SCHEMAS= g2ipmsg.schemas
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@update-desktop-database
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|