2011-01-18 14:11:06 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.30 2011/01/18 19:11:06 landry Exp $
|
2007-11-10 11:23:55 -05:00
|
|
|
|
|
|
|
COMMENT= easy GNOME menu editing tool
|
|
|
|
|
|
|
|
GNOME_PROJECT= alacarte
|
2009-10-11 17:23:01 -04:00
|
|
|
GNOME_VERSION= 0.12.4
|
2011-01-18 14:11:06 -05:00
|
|
|
REVISION= 5
|
2009-01-22 11:14:01 -05:00
|
|
|
|
2007-11-10 11:23:55 -05:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2008-11-21 11:56:44 -05:00
|
|
|
# LGPLv2
|
2007-11-10 11:23:55 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= lang/python \
|
|
|
|
x11/gnome
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/gettext \
|
|
|
|
x11/py-gtk2>=2.8.6 \
|
2011-01-18 14:11:06 -05:00
|
|
|
gnome-panel-*|exo->0.6:x11/gnome/panel \
|
2010-11-22 03:36:47 -05:00
|
|
|
x11/gnome/py-gnome
|
2007-11-10 11:23:55 -05:00
|
|
|
|
|
|
|
DESKTOP_FILES= Yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2009-04-26 07:01:04 -04:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2007-11-10 11:23:55 -05:00
|
|
|
|
|
|
|
pre-configure:
|
2008-11-21 11:56:44 -05:00
|
|
|
${SUBST_CMD} ${WRKSRC}/Alacarte/util.py
|
2007-11-10 11:23:55 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|