2003-11-13 18:47:40 +01:00
|
|
|
# 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
|
2004-11-11 23:54:13 +01:00
|
|
|
PORTVERSION= 0.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2003-11-13 18:47:40 +01:00
|
|
|
CATEGORIES= german kde
|
2009-08-14 15:16:34 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= markus
|
2003-11-13 18:47:40 +01:00
|
|
|
|
2011-07-05 04:51:42 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-13 18:47:40 +01:00
|
|
|
COMMENT= KDE utility to search within the Heise Register
|
|
|
|
|
2004-11-11 23:54:13 +01:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
|
|
|
|
2012-12-30 13:03:51 +01:00
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
|
2004-11-11 23:54:13 +01:00
|
|
|
USE_BZIP2= yes
|
2003-11-13 18:47:40 +01:00
|
|
|
USE_KDEBASE_VER= 3
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2003-11-13 18:47:40 +01:00
|
|
|
|
|
|
|
post-patch:
|
2004-11-11 23:54:13 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
@${REINPLACE_CMD} -e 's|/mnt|/cdrom|g' ${WRKSRC}/kheisereg/global.h
|
2003-11-13 18:47:40 +01:00
|
|
|
|
2004-06-06 04:37:40 +02:00
|
|
|
.include <bsd.port.mk>
|