mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
b5669c253e
Approved by: wg, bapt (mentors)
34 lines
727 B
Makefile
34 lines
727 B
Makefile
# Created by: Eric Turgeon <ericturgeon.bsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lxrandr
|
|
PORTVERSION= 0.3.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= SF/lxde/LXRandR%20%28monitor%20config%20tool%29/LXRandR%20${PORTVERSION:R}.x/
|
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
|
COMMENT= Monitor configuration tool
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= desktop-file-utils gmake localbase pkgconfig tar:xz
|
|
USE_GNOME= gtk20 intltool cairo
|
|
USE_XORG= xrandr
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_USES= gettext
|
|
NLS_USES_OFF= gettext-tools
|
|
|
|
post-patch-NLS-off:
|
|
@${REINPLACE_CMD} -e 's|po man|man|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|