freebsd-ports/graphics/kpovmodeler/Makefile
Max Brazhnikov a95c6ea5de - Add stage support
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Remove useless LATEST_LINK
2014-02-20 13:00:31 +00:00

30 lines
749 B
Makefile

# $FreeBSD$
PORTNAME= kpovmodeler
PORTVERSION= ${APP_VER}.${EXTRA_VER}
PORTREVISION= 10
CATEGORIES= graphics kde
MASTER_SITES= KDE/Attic/${EXTRA_VER}/src/extragear
DISTNAME= ${PORTNAME}-${APP_VER}-kde${EXTRA_VER}
DIST_SUBDIR= KDE/extragear
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE editor/frontend for Povray
RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray-meta
USE_BZIP2= yes
USE_GL= glu
USE_KDE4= kdelibs kdeprefix kdehier automoc4
USE_QT4= corelib opengl qmake_build moc_build rcc_build uic_build
USES= cmake gettext
APP_VER= 1.1.3
EXTRA_VER= 4.3.1
post-patch:
#Fix build with kdelibs>=4.5.0
${REINPLACE_CMD} -e 's,V4.1.2-Based,V4.2-Based,g' \
${WRKSRC}/doc-translations/hu_kpovmodeler/kpovmodeler/index.docbook
.include <bsd.port.mk>