mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
25 lines
581 B
Makefile
25 lines
581 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.7
|
|
PORTREVISION= 2
|
|
CATEGORIES= german kde
|
|
MASTER_SITES= http://www.gantz-edv.de/kheisereg/
|
|
|
|
MAINTAINER= markus@FreeBSD.org
|
|
COMMENT= KDE utility to search within the Heise Register
|
|
|
|
USE_KDEBASE_VER= 3
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
.include <bsd.port.mk>
|