f7455240e3
PR: 225752 Submitted by: Yasuhiro KIMURA
31 lines
798 B
Makefile
31 lines
798 B
Makefile
# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cinnamon-menus
|
|
PORTVERSION= 2.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 gnome
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Additional UI API for cinnamon
|
|
|
|
BUILD_DEPENDS= gnome-autogen.sh:devel/gnome-common \
|
|
xkeyboard-config>=0:x11/xkeyboard-config \
|
|
libxkbfile>=0:x11/libxkbfile
|
|
RUN_DEPENDS= xkeyboard-config>=0:x11/xkeyboard-config \
|
|
libxkbfile>=0:x11/libxkbfile
|
|
|
|
USES= autoreconf gettext gmake libtool pathfix pkgconfig \
|
|
python:2.7 tar:xz
|
|
USE_GNOME= gnomemenus3 gnomeprefix gtk30 introspection:build
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= linuxmint
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|