2010-10-18 09:18:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.26 2010/10/18 13:18:13 jasper 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
|
2010-08-30 17:53:59 -04:00
|
|
|
REVISION= 2
|
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}
|
|
|
|
RUN_DEPENDS= ::devel/gettext \
|
|
|
|
:py-gtk2->=2.8.6:x11/py-gtk2 \
|
|
|
|
:gnome-menus-*:x11/gnome/menus \
|
2009-01-22 11:14:01 -05:00
|
|
|
:py-gnome-*: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>
|
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir="${SYSCONFDIR}/gnome"
|