Prune databases/openbase-jdbc
[dports.git] / deskutils / gxmessage / Makefile
1 # Created by: Andriy Gapon <avg@icyb.net.ua>
2 # $FreeBSD$
3
4 PORTNAME=       gxmessage
5 PORTVERSION=    2.12.4
6 PORTREVISION=   1
7 CATEGORIES=     deskutils
8 MASTER_SITES=   GNU \
9                 LOCAL/martymac
10
11 MAINTAINER=     avg@icyb.net.ua
12 COMMENT=        GTK2 substitute for xmessage
13
14 USE_GNOME=      gtk20 gnomeprefix
15 USES=           gmake pkgconfig
16 GNU_CONFIGURE=  yes
17 INSTALLS_ICONS= yes
18
19 MAKE_ARGS+=     INSTALL="${INSTALL_PROGRAM}"
20
21 OPTIONS_DEFINE= NLS
22
23 .include <bsd.port.options.mk>
24
25 .if ${PORT_OPTIONS:MNLS}
26 USES+=          gettext
27 CONFIGURE_ARGS+=        --enable-nls
28 PLIST_SUB+=     NLS=""
29 .else
30 CONFIGURE_ARGS+=        --disable-nls
31 PLIST_SUB+=     NLS="@comment "
32 .endif
33
34 INFO=           ${PORTNAME}
35
36 .include <bsd.port.mk>