aboutsummaryrefslogblamecommitdiff
path: root/net/g2ipmsg/Makefile
blob: 22054e319f66071b9df1fe583bac4a4139d6444a (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                              
                     
                 
                         

                                               
                                                          








                                                                   
                                                                

                      
                   
                   

                                                          


                               

                                    



                                
# New ports collection makefile for:	g2ipmsg
# Date created:				2006/12/18
# Whom:					Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	g2ipmsg
PORTVERSION=	0.9.3
PORTREVISION=	6
CATEGORIES=	net gnome
MASTER_SITES=	http://www.ipmsg.org/archive/ \
		${MASTER_SITE_LOCAL} \
		http://people.FreeBSD.org/~nork/distfiles/
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 \
		libgnomeui libbonobo desktopfileutils gnomepanel
USE_GSTREAMER=	vorbis
USE_ICONV=	yes
USE_OPENSSL=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS=	--enable-systray --with-ssl=${OPENSSLBASE}

GCONF_SCHEMAS=	g2ipmsg.schemas

LDFLAGS+=	"-L${LOCALBASE}/lib"

post-install:
	@update-desktop-database

.include <bsd.port.mk>