diff options
Diffstat (limited to 'x11/alacarte/Makefile')
-rw-r--r-- | x11/alacarte/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile new file mode 100644 index 000000000000..7baab882384e --- /dev/null +++ b/x11/alacarte/Makefile @@ -0,0 +1,20 @@ +PORTNAME= alacarte +PORTVERSION= 3.56.0 +CATEGORIES= x11 gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Menu editor using the freedesktop.org menu specification +WWW= https://gitlab.gnome.org/GNOME/alacarte + +LICENSE= LGPL20 + +BUILD_DEPENDS= docbook-xsl>0:textproc/docbook-xsl + +USES= gettext gmake gnome pkgconfig python tar:xz +GNU_CONFIGURE= yes +USE_GNOME= glib20 gnomemenus3 gtk30 pygobject3 libxslt:build +USE_PYTHON= py3kplist + +.include <bsd.port.mk> |