View | Details | Raw Unified | Return to bug 177242
Collapse All | Expand All

(-)wmconfig/Makefile (-1 / +14 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/x11-wm/wmconfig/Makefile 311084 2013-01-27 22:57:09Z rakuco $
2
# $FreeBSD: head/x11-wm/wmconfig/Makefile 311084 2013-01-27 22:57:09Z rakuco $
3
3
4
PORTNAME=	wmconfig
4
PORTNAME=	wmconfig
5
PORTVERSION=	1.3.7
5
PORTVERSION=	1.3.8
6
CATEGORIES=	x11-wm
6
CATEGORIES=	x11-wm
7
MASTER_SITES=	http://www.arrishq.net/files/
7
MASTER_SITES=	http://www.arrishq.net/files/
8
8
Lines 18-23 Link Here
18
18
19
PORTDOCS=	AUTHORS ChangeLog COPYING README TODO
19
PORTDOCS=	AUTHORS ChangeLog COPYING README TODO
20
20
21
OPTIONS=	NLS "Native Language Support with gettext" On
22
23
.if !defined(WITHOUT_NLS)
24
USE_GETTEXT=	yes
25
CONFIGURE_ARGS+=--enable-nls
26
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
28
PLIST_SUB+=	NLS=""
29
.else
30
CONFIGURE_ARGS+=--disable-nls
31
PLIST_SUB=	NLS="@comment "
32
.endif
33
21
post-install:
34
post-install:
22
.if !defined(NOPORTDOCS)
35
.if !defined(NOPORTDOCS)
23
	@${MKDIR} ${DOCSDIR}
36
	@${MKDIR} ${DOCSDIR}
(-)wmconfig/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (wmconfig-1.3.7.tar.bz2) = 2c9adc8ea1d63436fed85a311bbb9f4c0072fb081e08b0604ed3e2de076b86cb
1
SHA256 (wmconfig-1.3.8.tar.bz2) = 7b284ccbf664416ceef9d34095fe97794730eab6345922cc9e6a62f5c3551e5f
2
SIZE (wmconfig-1.3.7.tar.bz2) = 136598
2
SIZE (wmconfig-1.3.8.tar.bz2) = 222738
(-)wmconfig/pkg-plist (+3 lines)
Lines 17-19 Link Here
17
etc/wmconfig/System
17
etc/wmconfig/System
18
etc/wmconfig/Utilities
18
etc/wmconfig/Utilities
19
@dirrm etc/wmconfig
19
@dirrm etc/wmconfig
20
%%NLS%%share/locale/de/LC_MESSAGES/wmconfig.mo
21
%%NLS%%share/locale/fr/LC_MESSAGES/wmconfig.mo
22
%%NLS%%share/locale/ru/LC_MESSAGES/wmconfig.mo

Return to bug 177242