freebsd-ports/deskutils/gnome-main-menu/Makefile
Joe Marcus Clarke d69cc91c67 Add gnome-main-menu, a tool to organize GNOME applications into one
easy-to-launch applet or browser application.
2008-07-07 17:22:21 +00:00

27 lines
641 B
Makefile

# New ports collection makefile for: gnome-main-menu
# Date created: 06 July 2008
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnome-main-menu
PORTVERSION= 0.9.10
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Provides easy access to sets of GNOME applications
USE_BZIP2= yes
USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= application-browser.schemas slab.schemas
.include <bsd.port.mk>