forked from Lainports/freebsd-ports
KGRUBEditor is a KDE utility, that edits GRUB's configuration files through an inituitive user interface. It combines both ease of use with flexibility and is the perfect solution for those who want to configure GRUB, without messing with its files. WWW: http://sourceforge.net/projects/kgrubeditor Submitted by: Gvozdikov Veniamin <g.veniamin at googlemail.com> via email Approved by: miwi (implicit)
26 lines
616 B
Makefile
26 lines
616 B
Makefile
# New ports collection makefile for: kgrubeditor
|
|
# Date created: 2009-02-07
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kgrubeditor
|
|
PORTVERSION= 0.8.5
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= SF
|
|
DISTNAME= KGRUBEditor-${PORTVERSION}-src
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= GRUB configuration utility for KDE
|
|
|
|
RUN_DEPENDS= grub:${PORTSDIR}/sysutils/grub
|
|
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_KDE4= automoc4 kdeprefix kdelibs
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= gui qmake_build moc_build rcc_build uic_build
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|