mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
33 lines
570 B
Makefile
33 lines
570 B
Makefile
PORTNAME= gxmessage
|
|
PORTVERSION= 3.4.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= GNU \
|
|
LOCAL/martymac
|
|
|
|
MAINTAINER= avg@FreeBSD.org
|
|
COMMENT= GTK3 substitute for xmessage
|
|
|
|
USE_GNOME= gtk30 gnomeprefix intltool
|
|
USES= gmake gnome pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS+= INSTALL="${INSTALL_PROGRAM}"
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
|
USES+= gettext
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
PLIST_SUB+= NLS=""
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
PLIST_SUB+= NLS="@comment "
|
|
.endif
|
|
|
|
INFO= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|