mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
bcf3a830a4
The porting work as been done by gnome@ (kwm) and Eric Turgeon (ericturgeon@ghostbsd.org)
28 lines
589 B
Makefile
28 lines
589 B
Makefile
# Created by: FreeBSD GNOME Team
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mozo
|
|
PORTVERSION= 1.8.0
|
|
CATEGORIES= deskutils mate
|
|
MASTER_SITES= MATE
|
|
DIST_SUBDIR= mate
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Editor for the freedesktop.org menu specification
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake pathfix pkgconfig python:2 tar:xz
|
|
USE_MATE= menus
|
|
USE_GNOME= intlhack pygobject pygtk2
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
|
|
${WRKSRC}/Mozo/util.py
|
|
|
|
.include <bsd.port.mk>
|