1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/net/g2ipmsg/Makefile
Norikatsu Shigemura 565cf42a04 o Update to 0.8.6.
o Add official master site.

Executive Ordered by:	George -Push- Kato <takeharu1219@ybb.ne.jp> (author)
2007-01-09 15:36:43 +00:00

37 lines
839 B
Makefile

# New ports collection makefile for: g2ipmsg
# Date created: 2006/12/18
# Whom: Norikatsu Shigemura <nork@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= g2ipmsg
PORTVERSION= 0.8.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
USE_GSTREAMER= vorbis
USE_ICONV= yes
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= g2ipmsg.schemas
post-install:
@update-desktop-database
.include <bsd.port.mk>