f2a3966da6
It provides nice, user-friendly GUI. The main goal of the is to simplify configuration of X server (e.g. changing server layout from dual head to single head). kX Generator supports: - adding mouse, keyboard and video drivers - managing server layouts - managing modules - editing RGB, font and module paths - managing extensions - configure drivers (e.g. NVIDIA driver) - edit monitor properties - managing screens WWW: http://kxgenerator.xt.pl/ PR: ports/107463 Submitted by: Max Brazhnikov <makc at issp.ac.ru>
29 lines
621 B
Makefile
29 lines
621 B
Makefile
# New ports collection makefile for: kxgenerator
|
|
# Date created: 2006-12-10
|
|
# Whom: Max Brazhnikov <makc@issp.ac.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kxgenerator
|
|
PORTVERSION= 0.3.7
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= http://dp0154.debowypark.waw.pl/kxgenerator/data/download/
|
|
|
|
MAINTAINER= makc@issp.ac.ru
|
|
COMMENT= KDE utility to configure the X server
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDEBASE_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
pre-configure:
|
|
.for i in properties.h main.cpp
|
|
@${REINPLACE_CMD} -e "s:/usr/lib/xorg:${X11BASE}/lib:g" \
|
|
${WRKSRC}/src/${i}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|