freebsd-ports/misc/katalog/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

38 lines
1,021 B
Makefile

# New ports collection makefile for: katalog
# Date created: 15 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= katalog
PORTVERSION= 0.4
PORTREVISION= 8
CATEGORIES= misc kde
MASTER_SITES= http://salvaste.altervista.org/files/
PATCH_SITES= http://www.realtime.sk/~stromek/kde/katalog/
PATCHFILES= katalog.cmake.diff
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= CD organizer for KDE
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDEBASE_VER= 3
USE_SQLITE= yes
USE_CMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' \
${WRKSRC}/cmake/modules/FindSQLite3.cmake
@${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/qt3/|lib/|g' \
${WRKSRC}/libqsqlite3/CMakeLists.txt
@${ECHO_CMD} 'macro_add_compile_flags( katalog "-fPIC" )' \
>> ${WRKSRC}/libkatalog/CMakeLists.txt
@${ECHO_CMD} 'macro_add_compile_flags( katalogxml "-fPIC" )' \
>> ${WRKSRC}/xml_backend/libkatalogxml/CMakeLists.txt
.include <bsd.port.mk>