8558ca7184
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
30 lines
767 B
Makefile
30 lines
767 B
Makefile
# New ports collection makefile for: kheisereg
|
|
# Date created: Tue Nov 11 00:06:12 CET 2003
|
|
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= kheisereg
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 10
|
|
CATEGORIES= german kde
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= markus
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE utility to search within the Heise Register
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDEBASE_VER= 3
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
@${REINPLACE_CMD} -e 's|/mnt|/cdrom|g' ${WRKSRC}/kheisereg/global.h
|
|
|
|
.include <bsd.port.mk>
|