mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
090059a210
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)
31 lines
801 B
Makefile
31 lines
801 B
Makefile
# New ports collection makefile for: libqalculate
|
|
# Date created: 03 June 2004
|
|
# Whom: Sergey Akifyev <asa@agava.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libqalculate
|
|
PORTVERSION= 0.9.6
|
|
PORTREVISION= 2
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/qalculate
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A a multi-purpose desktop calculator (backend library)
|
|
|
|
LIB_DEPENDS= cln.5:${PORTSDIR}/math/cln
|
|
|
|
USE_GNOME= glib20 gnomehack gnometarget intlhack libxml2
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s|docs||g' ${WRKSRC}/Makefile.in
|
|
@${REINPLACE_CMD} -e 's/^GMSGFMT = @GMSGFMT@/GMSGFMT = msgfmt/' ${WRKSRC}/po/Makefile.in.in
|
|
@${REINPLACE_CMD} -e 's/-pthread/${PTHREAD_LIBS}/' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|