| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/deskutils/gxmessage/ |
Upload File : |
PORTNAME= gxmessage
PORTVERSION= 3.4.3
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= GNU \
LOCAL/martymac
MAINTAINER= avg@FreeBSD.org
COMMENT= GTK3 substitute for xmessage
WWW= http://homepages.ihug.co.nz/~trmusson/programs.html #gxmessage
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>