1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/multimedia/hayes/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
680 B
Makefile

# New ports collection makefile for: hayes
# Date created: Sun Jun 29 02:56:19 CEST 2003
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
#
# $FreeBSD$
PORTNAME= hayes
PORTVERSION= 1.4
PORTREVISION= 7
CATEGORIES= multimedia kde
MASTER_SITES= http://www.hakubi.us/hayes/
MAINTAINER= ports@FreeBSD.org
COMMENT= A filesystem-based playlist for Noatun
LIB_DEPENDS= noatun:${PORTSDIR}/multimedia/kdemultimedia3
USE_KDEBASE_VER= 3
USE_BZIP2= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>