summaryrefslogtreecommitdiffstats
path: root/deskutils/alacarte/Makefile
blob: 7637a9ef69e3b3bd16ee32f6d55a587f3ac573e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    menueditor
# Date created:             22 March 2005
# Whom:                 FreeBSD GNOME Team
#
# $FreeBSD$
#    $MCom$

PORTNAME=   alacarte
PORTVERSION=    0.8
PORTREVISION=   2
CATEGORIES= deskutils
MASTER_SITES=   http://dev.realistanew.com/${PORTNAME}/releases/${PORTVERSION}/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    An editor for the freedesktop.org menu specification

RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg

USE_GNOME=  pygtk2 pygnome2
USE_GETTEXT=    yes
USE_PYTHON= yes
USE_PYDISTUTILS=    yes
PYDISTUTILS_INSTALLARGS=    -c -O1 --prefix=${PREFIX} --install-lib=${PYTHON_SITELIBDIR}

.include <bsd.port.mk>