aboutsummaryrefslogtreecommitdiff
path: root/x11/lxrandr/Makefile
blob: 42785b36839257bf9a9fe67c795261c17261862d (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
# $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

USE_GNOME=	gtk20
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USES=		gettext
INSTALLS_ICONS=	yes
USE_XORG=	xrandr
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}

MAN1=		lxrandr.1

post-install:
	@-${LOCALBASE}/bin/update-desktop-database > /dev/null

.include <bsd.port.mk>