a95c6ea5de
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Remove useless LATEST_LINK
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kcoloredit
|
|
PORTVERSION= ${APP_VER}.${EXTRA_VER}
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics kde
|
|
MASTER_SITES= KDE/stable/extragear
|
|
DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER}
|
|
DIST_SUBDIR= KDE/extragear
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Palette files editor for KDE
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
USE_QT4= corelib qmake_build moc_build rcc_build uic_build
|
|
USES= cmake
|
|
|
|
APP_VER= 2.0.0
|
|
EXTRA_VER= 4.4.0
|
|
|
|
.include <bsd.port.mk>
|