2013-04-23 16:20:25 +02:00
|
|
|
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
2011-03-03 11:15:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= garcon
|
2015-03-05 23:52:30 +01:00
|
|
|
PORTVERSION= 0.4.0
|
2015-08-02 17:03:19 +02:00
|
|
|
PORTREVISION= 1
|
2011-03-03 11:15:52 +01:00
|
|
|
CATEGORIES= sysutils xfce
|
2015-04-28 19:01:46 +02:00
|
|
|
MASTER_SITES= XFCE
|
2011-03-03 11:15:52 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 13:56:51 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2015-03-05 23:52:30 +01:00
|
|
|
COMMENT= Freedesktop compliant menu library
|
|
|
|
|
|
|
|
# garcon's source code is licensed under GPLv2, while its
|
|
|
|
# documentation is under GFDL 1.1.
|
|
|
|
LICENSE= GPLv2
|
2011-03-03 11:15:52 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-08-31 17:21:24 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2015-03-05 23:52:30 +01:00
|
|
|
USES= gmake libtool pathfix pkgconfig gettext-tools xfce tar:bzip2
|
|
|
|
USE_GNOME= glib20 gtk20 intltool intlhack
|
|
|
|
USE_XFCE= libmenu
|
2011-04-21 08:38:30 +02:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
CONFIGURE_ARGS=--without-html-dir
|
2011-04-21 08:38:30 +02:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
NLS_USES= gettext-runtime
|
2014-08-31 17:21:24 +02:00
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2015-03-05 23:52:30 +01:00
|
|
|
OPTIONS_SUB= yes
|
2011-03-03 11:15:52 +01:00
|
|
|
|
2012-05-30 18:49:12 +02:00
|
|
|
.include <bsd.port.mk>
|