aboutsummaryrefslogtreecommitdiffstats
path: root/x11/lxrandr/Makefile
blob: fb80a6ca17866ac0a4fa117832327424bea009cc (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
# 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 intltool
USE_XORG=   xrandr
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes

PORTDOCS=   AUTHORS

OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB=    yes

NLS_USES=   gettext
NLS_USES_OFF=   gettext-tools
NLS_CPPFLAGS=   -I${LOCALBASE}/include
NLS_LDFLAGS=    -L${LOCALBASE}/lib

post-patch-NLS-off:
    @${REINPLACE_CMD} -e 's|po man|man|' \
        ${WRKSRC}/Makefile.in

post-install-DOCS-on:
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>