mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
dcb066d5b7
PR: ports/69579 Submitted by: Ports Fury
32 lines
696 B
Makefile
32 lines
696 B
Makefile
# New ports collection makefile for: kdissert
|
|
# Date created: 2004 06 July
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdissert
|
|
PORTVERSION= 0.2.5
|
|
CATEGORIES= deskutils kde
|
|
MASTER_SITES= http://freehackers.org/~tnagy/kdissert/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE mindmapping tool
|
|
|
|
USE_BZIP2= yes
|
|
USE_KDELIBS_VER= 3
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,-O2,,g ; \
|
|
s,-pedantic,,g ; \
|
|
s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
|
|
@${REINPLACE_CMD} -e \
|
|
's,$$(LIB_KDEPRINT) \\,$$(LIB_KDEPRINT) $$(LIBPTHREAD) \\,g' \
|
|
${WRKSRC}/src/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|