1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Fix build

- Strip Makefile header
- Switch to out-of-source build
This commit is contained in:
Max Brazhnikov 2013-08-23 10:10:14 +00:00
parent 2738c7104a
commit 4feba64c6e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325259

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: krename
# Date created: 11 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= krename
PORTVERSION= 4.0.9
@ -21,8 +16,12 @@ LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \
LATEST_LINK= ${PORTNAME}-kde4
USE_BZIP2= yes
USES= cmake
USES= cmake:outsource
USE_KDE4= kdeprefix kdelibs automoc4
USE_QT4= qmake_build moc_build rcc_build uic_build
post-patch:
${REINPLACE_CMD} 's,FREETYPE_INCLUDE_DIR,FREETYPE_INCLUDE_DIR_freetype2,' \
${WRKSRC}/src/CMakeLists.txt
.include <bsd.port.mk>