1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- change distfile location

- respect CFLAGS
- respect PTHREAD_LIBS
- depend on KDEBASE instead of KDELIBS.
This will hopefully fix the buildproblems reported by bento.

PR:		56571
Submitted by:	maintainer
This commit is contained in:
Tilman Keskinoz 2003-09-10 10:44:45 +00:00
parent 80780c774b
commit dc205e008c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88923

View File

@ -7,17 +7,21 @@
PORTNAME= platero
PORTVERSION= 1.0
CATEGORIES= net kde
MASTER_SITES= http://savannah.nongnu.org/download/platero/unstable.pkg/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
MASTER_SITES= http://www.unixpages.org/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta1
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= GUI to the P2P meta network client mldonkey for KDE
USE_KDELIBS_VER= 3
USE_KDEBASE_VER= 3
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>