openbsd-ports/x11/gnome/alacarte/Makefile

36 lines
740 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.26 2010/10/18 13:18:13 jasper Exp $
COMMENT= easy GNOME menu editing tool
GNOME_PROJECT= alacarte
2009-10-11 17:23:01 -04:00
GNOME_VERSION= 0.12.4
2010-08-30 17:53:59 -04:00
REVISION= 2
CATEGORIES= x11
# LGPLv2
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}
RUN_DEPENDS= ::devel/gettext \
:py-gtk2->=2.8.6:x11/py-gtk2 \
:gnome-menus-*:x11/gnome/menus \
:py-gnome-*:x11/gnome/py-gnome
DESKTOP_FILES= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
${SUBST_CMD} ${WRKSRC}/Alacarte/util.py
.include <bsd.port.mk>
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"