0f43e19098
a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit.
27 lines
594 B
Makefile
27 lines
594 B
Makefile
# New ports collection makefile for: kiconedit
|
|
# Date created: 2008-09-01
|
|
# Whom: Max Brazhnikov <makc@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kiconedit
|
|
PORTVERSION= ${EXTRA_VER}
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${EXTRA_VER}/src/extragear
|
|
DIST_SUBDIR= KDE/extragear
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= A KDE icon editor
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib qmake_build moc_build rcc_build uic_build
|
|
USE_CMAKE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
EXTRA_VER= 4.3.1
|
|
|
|
.include <bsd.port.mk>
|