aboutsummaryrefslogtreecommitdiffstats
path: root/x11/lxrandr/Makefile
blob: fd0cf9b59959ef3a0378d8d76791a2c305725be3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.com>
# $FreeBSD$

PORTNAME=   lxrandr
PORTVERSION=    0.1.2
CATEGORIES= x11
MASTER_SITES=   SF/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%20${PORTVERSION}

MAINTAINER= ericturgeon@ghostbsd.org
COMMENT=    LXDE screen manager

LICENSE=    GPLv2

USES=       desktop-file-utils gmake pkgconfig
USE_GNOME=  gtk20
USE_XORG=   xrandr
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes

MAN1=       lxrandr.1

PORTDOCS=   AUTHORS

OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext

NO_STAGE=   yes
.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
.endif

post-patch:
.if ! ${PORT_OPTIONS:MNLS}
    @${REINPLACE_CMD} -e 's|po man|man|' \
        ${WRKSRC}/Makefile.in
.endif

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>